DiOS-Instructions
DiOS-Instructions copied to clipboard
Issue on Monterey
I'm running on Monterey 12.1 I have xcode 13.1 installed (if that's relevant)
I extracted the folder, ran chmod +x ./idev*
when i tried to run device_id I got the standard "cannot be opened because the developer cannot be verified."
So i did what I always do when i get this message, right click on the item and open. This got past that issue, but then i got an error
$ ./idevice_id dyld[10415]: Library not loaded: /usr/local/lib/libimobiledevice-1.0.6.dylib Referenced from: /Users/<username>/Downloads/usr/local/bin/idevice_id Reason: tried: '/usr/local/lib/libimobiledevice-1.0.6.dylib' (no such file), '/usr/lib/libimobiledevice-1.0.6.dylib' (no such file) Abort trap: 6
any help?
This is an issue due to Apple's ABI changing every gosh darn update. For now you will have to build libimobiledevice from source. The brew version is broken for whatever reason. Otherwise you can wait on a new project I'm working on that will make it easier.
Thanks @jkcoxson , where do I get the source for libimobiledevice?