Odyssey-Team/Taurine

My system version number 14.5 has been changed to 15.7, which has caused me to be unable to escape and clear the escape. I don't know what to do now. Can you create a software to clear the escape?

Da3142499905 opened this issue · 5 comments

My system version number 14.5 has been changed to 15.7, which has caused me to be unable to escape and clear the escape. I don't know what to do now. Can you create a software to clear the escape?

如果您使用的是ios 15,请使用palera1n。*
...
But the phone I'm using is iPhone12

如果您使用的是ios 15,请使用palera1n。*
...

I changed 14.5 to 15.0

如果您使用的是ios 15,请使用palera1n。*
...

After restarting the phone, the Taurine tool no longer works

It sounds like you’re really on 14.5 but you changed SystemVersion.plist to 15.0?

Replace UIDevice.current.systemVersion with your true version here:

lazy var availableExploits: [Exploit] = exploits.filter {
UIDevice.current.systemVersion >= $0.minVersion &&
UIDevice.current.systemVersion <= $0.maxVersion
}