libimobiledevice/ideviceinstaller

ideviceinstaller -l easily get stuck on my Mac where Wifi is turned off?

LittleLydia opened this issue · 4 comments

when targeted iOS with newer system like iOS 13.1.x and iOS 12.x, ideviceinstaller -l will easily get stuck , add -u uuid, the result is same.

I turned off Wifi when I test this. So what maybe the problem, how could I solve it?

Same here running ideviceinstaller -u <udid> -U com.my.app hangs quite frequently (around 2 out of 7 times) on iOS 13.1.x devices.
@nikias can someone take a look?

Same here running ideviceinstaller -u <udid> -U com.my.app hangs quite frequently (around 2 out of 7 times) on iOS 13.1.x devices.
@nikias can someone take a look?

I used the latest submitted files of libimobiledevice and ideviceinstaller for compiling and found that it seems to work better. You can take a try.

Thanks @LittleLydia I will try it today 👍

Installing the new version fixed the issue for me! Thanks @LittleLydia