ifuse
ifuse copied to clipboard
InstallationLookupFailed
Using
ifuse --documents <appid> <mountpoint>
results in
ERROR: InstallationLookupFailed
iOS 10.2.1
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'
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.
@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.
I heard somewhere it only works on iOS 8 and down, not sure.
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/