libimobiledevice-win32 / imobiledevice-net

.NET (C#, VB.NET,...) bindings for libimobiledevice
GNU Lesser General Public License v2.1
297 stars 77 forks source link

macOS idevice_id openssl error #200

Open cs-marcoblagoiev opened 2 years ago

cs-marcoblagoiev commented 2 years ago

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?

longzhenren commented 1 year ago

Same problem, how did you fix it?