jkcoxson / DiOS-Instructions

28 stars 6 forks source link

Oh man :(( #9

Closed theoderoy closed 3 years ago

theoderoy commented 3 years ago

ERROR: dyld[8778]: Library not loaded: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib Referenced from: /usr/local/bin/idevice_id Reason: tried: '/usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib' (no such file), '/usr/local/lib/libssl.1.1.dylib' (no such file), '/usr/lib/libssl.1.1.dylib' (no such file) zsh: abort idevice_id

weird because all the files are at these exact places 🤔 maybe its Monterey with a new filesystem method, because a lib folder in local was absent. i had to make one myself

jkcoxson commented 3 years ago

If you have brew, install OpenSSL with brew and see if it fixes it. You might be able to find the libs it's looking for on the internet if you're against brew.

theoderoy commented 3 years ago

If you have brew, install OpenSSL with brew and see if it fixes it. You might be able to find the libs it's looking for on the internet if you're against brew.

Thank you! trying that right now

theoderoy commented 3 years ago

If you have brew, install OpenSSL with brew and see if it fixes it. You might be able to find the libs it's looking for on the internet if you're against brew.

Do i need Xcode pre-installed?

ERROR: Failed during: /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools

theoderoy commented 3 years ago

Just realised i can manually download the set on Apple's own website

theoderoy commented 3 years ago

Oh, just realised I can install Libimobiledevice itself with Homebrew. that's actually far easier than manually moving the files into local/bin, ETC