libimobiledevice / ideviceinstaller

Manage apps of iOS devices
https://libimobiledevice.org
GNU General Public License v2.0
1.26k stars 262 forks source link

ideviceinstaller --archive doesn't seem to work? #150

Closed rnikander closed 1 year ago

rnikander commented 1 year ago

I'm trying to copy the files for a certain app from my iPad. The help page is unclear on what this --archive command does, but it sounds like it will create an archive from the container on device, so I tried...

% ideviceinstaller -l                           
CFBundleIdentifier, CFBundleVersion, CFBundleDisplayName
...
com.foo.Foo, "20", "Foo"
...
% ideviceinstaller -a com.foo.Foo                   
ERROR: Archive failed. Got error "UnknownCommand".
nikias commented 1 year ago

This feature has been abandoned by Apple with iOS 7 and doesn't work anymore. I should reflect this in the documentation/output of the app...

nikias commented 1 year ago

Added better description with commit b4e7004fdffa64570f0496a033b44d66781f4bc5.