jkcoxson / DiOS-Instructions

26 stars 5 forks source link

Issue on Monterey #19

Open apple-ihack-geek opened 2 years ago

apple-ihack-geek commented 2 years ago

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?

jkcoxson commented 2 years ago

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.

apple-ihack-geek commented 2 years ago

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