Skip to content
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

Open
alijnclarke opened this issue Aug 1, 2022 · 5 comments
Open

Build issue _objc_release_x19 #71

alijnclarke opened this issue Aug 1, 2022 · 5 comments

Comments

@alijnclarke
Copy link

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.

@ptoomey3
Copy link
Owner

ptoomey3 commented Aug 1, 2022

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.

@danweber
Copy link

danweber commented Nov 9, 2022

Yes, you need an older SDK.

  1. Grab the proper SDK from https://github.com/xybp888/iOS-SDKs (github will probably require to download all of them, have fun).

  2. Modify the Makefile so that the SDK points to the proper SDK folder (such as iPhoneOS14.5.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.

@bensh
Copy link

bensh commented Aug 11, 2023

Fixed this by downloading Theos SDKs - https://github.com/theos/sdks

and using the below in top of Makefile

GCC_BIN=`xcrun --sdk iphoneos --find gcc`
SDK=$(THEOS)/sdks/iPhoneOS12.4.sdk
ARCH_FLAGS=-arch arm64

@ptoomey3
Copy link
Owner

If anyone wants to open up a PR to script/automate the building using the best supported SDK that would be awesome.

@Iemand005
Copy link

Iemand005 commented Sep 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants