ifuse icon indicating copy to clipboard operation
ifuse copied to clipboard

InstallationLookupFailed

Open ghost opened this issue 7 years ago • 5 comments

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

iOS 10.2.1

ghost avatar Apr 01 '17 20:04 ghost

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 avatar Apr 01 '17 20:04 ghost

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.

ghost avatar Apr 01 '17 21:04 ghost

@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.

luoshimei0825 avatar Jun 08 '17 06:06 luoshimei0825

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

ghost avatar Jun 10 '17 20:06 ghost

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/

clavisound avatar Jun 10 '17 20:06 clavisound