libimobiledevice / ifuse

A fuse filesystem to access the contents of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
819 stars 138 forks source link

InstallationLookupFailed #36

Open ghost opened 7 years ago

ghost commented 7 years ago

Using ifuse --documents <appid> <mountpoint> results in ERROR: InstallationLookupFailed

iOS 10.2.1

ghost commented 7 years ago

Or if I try to build it:

$: make
make  all-recursive
make[1]: Entering directory '/home/babs/Desktop/ifuse'
Making all in docs
make[2]: Entering directory '/home/babs/Desktop/ifuse/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/babs/Desktop/ifuse/docs'
Making all in src
make[2]: Entering directory '/home/babs/Desktop/ifuse/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/babs/Desktop/ifuse/src'
make[2]: Entering directory '/home/babs/Desktop/ifuse'
make[2]: Leaving directory '/home/babs/Desktop/ifuse'
make[1]: Leaving directory '/home/babs/Desktop/ifuse'
ghost commented 7 years ago

Well, got this far: The App '' is either not present on the device, or the 'UIFileSharingEnabled' key is not set in its Info.plist. Starting with iOS 8.3 this key is mandatory to allow access to an app's Documents folder.

luoshimei0825 commented 7 years ago

@Nobabs27 well , I got the same problem with you. ERROR: InstallationLookupFailed The App 'xxx' is either not present on the device, or the 'UIFileSharingEnabled' key is not set in its Info.plist. Starting with iOS 8.3 this key is mandatory to allow access to an app's Documents folder.

My iDevice system version is iOS10.3.2.

ghost commented 7 years ago

I heard somewhere it only works on iOS 8 and down, not sure.

clavisound commented 7 years ago

Try to use the latest libimobiledevice.

More info here http://www.linuxquestions.org/questions/blog/kingbeowulf-74138/getting-ios-10-x-working-with-slackware-14-2-37346/