-
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
Hello, what's the cause of this error #53
Comments
Were you running this on a jailbroken device? |
Hi. I also experience the same issue, tried to run in on iOS 12.4.7 jailbroken iphone 6 plus using checkrain. |
I no longer have any actual devices to test with, so am relying purely on folks to test for me after I rebuild as new PRs are merged. #52 implies it is working on iOS 13, so maybe this is an incompatibility when building using current tooling. I doubt I'l be to support iOS releases that are incompatible with whatever is built by default using the current tooling. If you figure out how to make a build that is compatible with iOS 12 I'd be happy to incorporate that into the build process. |
I found this error cause by build on iPhoneOS13.5.sdk but when I try to change to iPhoneOS12.2.sdk,I found this error how can I fix it ld: warning: object file (main.o) was built for newer iOS version (13.5) than being linked (12.2) |
Same issue on a 5s running 12.4.3 with CheckRa1n:
|
I got the same error on iphone6 12.4.5 :
|
It seems there is definitely an incompatibility for iOS 12. If anyone here can get it building and running on that release I can incorporate a separate build for those devices. |
@ptoomey3 I found a fix for this. I downloaded Xcode 10.0 and recompiled it with the iOS 12.0 SDK. Works perfectly on my iOS 12.4.8 device. @sweetMegan The "built for newer iOS version (13.5) than being linked (12.2)" error was caused by previously compiling it with a newer SDK and then trying again with an older one. This can be fixed by simply deleting main.o. I have the binary compiled with the iOS 12.0 SDK hosted at this URL. |
@ptoomey3 it would be great if you could replicate and add to the main project, so we have a fully trusted one in the official repo. No offence to @alyxferrari intended, thank you so much for solving! 👍 |
I'll take a look at this next week. Thanks! |
Can folks here try out the binary release in https://github.com/ptoomey3/Keychain-Dumper/releases/tag/1.0.0. I built that using Xcode 10.3 for the iOS 12.4 SDK. |
Sure. I've got an iOS 12.4.8 device and an iOS 13.5.1 device that I'll test it on. I'll let you know how it goes by around 3:30 or 4 PM EST. |
@ptoomey3 $ scp keychain_dumper [email protected]:/private/var/mobile/keychain_dumper
$ scp updateEntitlements.sh [email protected]:/private/var/mobile/updateEntitlements.sh
$ scp setup_on_iOS.sh [email protected]:/private/var/mobile/setup_on_iOS.sh
$ ssh [email protected]
Alyxs-iPhone-7:~ root# cd /User
Alyxs-iPhone-7:/User root# chmod +x keychain_dumper
Alyxs-iPhone-7:/User root# chmod +x updateEntitlements.sh
Alyxs-iPhone-7:/User root# chmod +x setup_on_iOS.sh
Alyxs-iPhone-7:/User root# ./keychain_dumper -e > ent.xml
Alyxs-iPhone-7:/User root# cp ent.xml /usr/bin/ent.xml
Alyxs-iPhone-7:/User root# ./setup_on_iOS.sh
*successful output*
Alyxs-iPhone-7:/User root# ./updateEntitlements.sh
*successful output*
Alyxs-iPhone-7:/User root# ./keychain_dumper
[INFO] No Generic Password Keychain items found.
[HINT] You should unlock your device!
*This is not keychain_dumper output:* My Internet passcodes were dumped successfully, but I'm not including it in this log obviously haha.
Alyxs-iPhone-7:/User root# exit If there's something I did wrong with the helper scripts, please let me know. If you think the issue isn't with me, please feel free to ask whatever information you need. I'll be more than happy to help you with anything pertaining to this, I've used keychain_dumper extensively for the past couple months, and I'd love to give whatever I can back to the project. As I said above, I'll get back to you with the iOS 12 output, although I'm confident that that will work because I've gotten it to work with my own self-built Xcode 10.0 binary on iOS 12 before. |
这个错误就是编译代码的时候,工程配置里支持设备的版本太高了,Target Device改低点,就好了。project setting -> General -> Target Device 9.0 |
works okay on phone se ios 12.4, but on iphone 8 ios 13.5.1 does not see the generic passwords
|
See issue #68. |
dyld: Symbol not found: _objc_opt_new
Referenced from: /bin/keychain_dumper (which was built for iOS 13.5)
Expected in: dyld shared cache
in /bin/keychain_dumper
Abort trap: 6
The text was updated successfully, but these errors were encountered: