ideviceinstaller icon indicating copy to clipboard operation
ideviceinstaller copied to clipboard

Manage apps of iOS devices

Results 71 ideviceinstaller issues
Sort by recently updated
recently updated
newest added

Hello, I would like to know where are archived apps located by default. Also, are they archived on the iOS device or the computer? My iOS device is an iPhone5,2...

After extracting almost the entire backup, the command seems to hang. When running strace, I see regular calls of: ``` select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3],...

execute `ideviceinstaller -l` faild with message: ```zsh ❯ ideviceinstaller -l dyld: Library not loaded: /usr/local/opt/libimobiledevice/lib/libimobiledevice.6.dylib Referenced from: /usr/local/bin/ideviceinstaller Reason: image not found [1] 63182 abort ideviceinstaller -l ```

I met with "Could not connect to lockdownd. Exiting." when I used `ideviceinstaller -l` or `ideviceinstaller -i xxx.ipa`。 ### Environment Mac OS : 10.15 iOS Devices:iPhone XR(13.0),iPhone Xs Max(12.3) Software:...

Use the form of p == NULL to judge the pointer to improve the readability of the code.

iPhone 6S os:10.3.3 iPhone 7 os:10.3.3 When the installed ipa package size is 300KB, everything is OK.But when the installed ipa package size is 32.9MB, the following error will appear....

After I typed ```$ ideviceinstaller -i xxx_adhoc.ipa```, the output is ```shell WARNING: could not locate iTunesMetadata.plist in archive! WARNING: could not locate Payload/RingDiyClient.app/SC_Info/RingDiyClient.sinf in archive! Copying 'Kuyinlingsheng_adhoc_1.0.55.01.ipa' to device... DONE....

Hi, I have been researching this for the past few weeks and working to try to see if it is possible to setup https://github.com/facebook/WebDriverAgent and in particular `XCTest`'s to be...

On iOS 10.3, you don't receive a message with status `Complete` when installing an app. This means `ideviceinstaller` will just hang once installation has completed. You do get a status...

In ideviceinstaller.c, around lines 110 to 117, the variables wait_for_command_complete, use_notifier, notification_expected, is_device_connected, command_completed, err_occurred, and notified need to be declared volatile when compiling with gcc 8.1.0 with standard make...