-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
which was built for iOS 14.4 #66
Comments
To be fair, I'm not sure what is going on there. I've been out of this space for quite a few years and have been trying to re-build the project with successive iOS relases, but without any actual jailbroken device to test with on my end. It might be worth trying to build from scratch on your end for the target device iOS version you are wanting it to run on. |
I got a similar error on iPhoneXS Max jailbroken with uncover.
|
@FikoKaramac @auspicious99 Install the Xcode version corresponding to your iOS version, run |
@alyxferrari are you saying that doing it that method, it will work again? Please advice |
@SupaYoshi Yes, I've had this happen before. Download whichever Xcode version is for your iOS version from here, if you're on iOS 14.5, then just download the latest version of Xcode instead. Download the command-line tools for whichever version you download, too. |
Release v1.1.0 works in iOS 14.x. Also see issue #68. |
@raulsiles - would you say we can close this out if 1.1.0 works? |
I think so. I've also gotten it to work on iOS 14 by reducing the entitlements to under 36. |
I used checkra1n to jailbreak the device (iphone 6), after that I ssh into the phone and when trying to execute the executable it spits out this error
dyld: Symbol not found: _objc_opt_new Referenced from: /private/var/tmp/./keychain_dumper (which was built for iOS 14.4) Expected in: dyld shared cache in /private/var/tmp/./keychain_dumper Abort trap: 6
Also am I supposed to transfer only the executable or the whole directory?
The text was updated successfully, but these errors were encountered: