-
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
Build issue _objc_release_x19 #71
Comments
To be honest..I'm not sure. I'm not super plugged-in to the jailbreak or iOS development community anymore. Happy to keep this issue open though in case anyone else has some suggestions and/or wants to propose a fix. |
Yes, you need an older SDK.
I failed after that in warnings about needing to unlock my phone, which looks like a different open issue, so I think this is the fix but I'm not completely sure. |
Fixed this by downloading Theos SDKs - https://github.com/theos/sdks and using the below in top of Makefile
|
If anyone wants to open up a PR to script/automate the building using the best supported SDK that would be awesome. |
I got this error with 1.2.0 on iOS 15.7. I managed to get it working by using version 1.1.0 instead. Thanks to everyone who worked on this! Truly awesome stuff. |
Is there a specific version of the iPhone SDK this needs to be built with?
dyld: symbol '_objc_release_x19' not found, expected in '/usr/lib/libobjc.A.dylib', needed by '/private/var/tmp/./keychain_dumper'
Getting that error when attempting to to run after building using the latest xcode beta (with ios 16 sdk only). Will attempt using the 14.0.1 sdk, but thought it was worth an ask.
The text was updated successfully, but these errors were encountered: