DiOS-Instructions icon indicating copy to clipboard operation
DiOS-Instructions copied to clipboard

Issue on Monterey

Open apple-ihack-geek opened this issue 3 years ago • 2 comments

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?

apple-ihack-geek avatar Jan 25 '22 18:01 apple-ihack-geek

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.

jkcoxson avatar Mar 03 '22 02:03 jkcoxson

Thanks @jkcoxson , where do I get the source for libimobiledevice?

apple-ihack-geek avatar Mar 03 '22 13:03 apple-ihack-geek