ptoomey3 / Keychain-Dumper

A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken
BSD 3-Clause "New" or "Revised" License
1.35k stars 299 forks source link

Symbol not found: _objc_opt_new #55

Closed jitcor closed 4 years ago

jitcor commented 4 years ago
#cd /private/var/Keychains/
#chmod 777 /bin/keychain_dumper
#/bin/keychain_dumper > keychain-export.txt

dyld: Symbol not found: _objc_opt_new Referenced from: /bin/keychain_dumper (which was built for iOS 13.5) Expected in: /usr/lib/libobjc.A.dylib in /bin/keychain_dumper Abort trap: 6

The device info : iOS 12.4 iPhone6

mayankraheja98 commented 4 years ago

facing same issue iphone 5s ios 12.4.6

movses-margaryan-zz commented 4 years ago

xcode-select to Xcode 10.3 command line tools worked for me

Zatyam commented 4 years ago

Facing the same issue on iPhone 6, iOS 12.4.4 I don't have a Mac to run the above xcode-select command on Xcode. Please help

ptoomey3 commented 4 years ago

Closing as a duplicate of https://github.com/ptoomey3/Keychain-Dumper/issues/53. I'm going to try and see if building under Xcode 10.3 fixes the issue.