iFakeLocation icon indicating copy to clipboard operation
iFakeLocation copied to clipboard

Unable to find an entry point named 'pinvoke_get_string_length' in shared library 'imobiledevice'.

Open awakenitsme opened this issue 3 years ago • 4 comments

"Unable to find an entry point named 'pinvoke_get_string_length' in shared library 'imobiledevice'." this is what i get when i try to refresh devices.

terminal log: Screenshot-2022-01-11-15-16-52

awakenitsme avatar Jan 11 '22 20:01 awakenitsme

Are you using Linux? What distro is it?

master131 avatar Jan 12 '22 22:01 master131

yes. I'm using an debian distro.

awakenitsme avatar Jan 13 '22 15:01 awakenitsme

It appears to be a known issue with one of the core libraries used to interact with iDevices but I am not sure what the fix is.

https://github.com/libimobiledevice-win32/imobiledevice-net/issues/12 https://github.com/libimobiledevice-win32/imobiledevice-net/issues/144

I do remeber I tested this on Ubuntu without issue; I believe the library author targets Ubuntu 16.04 so if you are using a different Linux distro there could be subtle compatibility issues even if you are using a Debian-based distro.

master131 avatar Jan 15 '22 02:01 master131

This is the solution:

https://github.com/libimobiledevice/libimobiledevice/issues/1067#issuecomment-960507331

Now I need to figure out why my iphone isn't coming up on the list...

bababash avatar Jan 21 '22 06:01 bababash