You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I've downloaded the v1.3.17 macOS distribution from the releases page.
Running ./idevice_id
from a terminal causes the following error:
Library not loaded: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
Referenced from: /Users/<user>/Downloads/libimobiledevice.1.2.1-r1122-osx-x64/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)
I've tested this on a macbook with a M1 processor and also on an older macbook with an Intel processor.
Can openssl or libssl dylib somehow be included in the distribution, or are there any other fixes for this?
The text was updated successfully, but these errors were encountered:
I've downloaded the v1.3.17 macOS distribution from the releases page.
Running
./idevice_id
from a terminal causes the following error:
I've tested this on a macbook with a M1 processor and also on an older macbook with an Intel processor.
Can openssl or libssl dylib somehow be included in the distribution, or are there any other fixes for this?
The text was updated successfully, but these errors were encountered: