You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/Desktop$ until ideviceinstaller -i app.ipa; do echo "Nope"; sleep 1; done
WARNING: could not locate iTunesMetadata.plist in archive!
WARNING: could not locate ....sinf in archive!
Copying 'app.ipa' to device... AFC Write error: 30
Error: wrote only 0 of 1048576
~/Desktop$ echo $?
0
I think if the installation fails ideviceinstaller should return error code that denotes the error.
ENV:
ideviceinstaller 1.1.1
Ventura 13.0.1
The text was updated successfully, but these errors were encountered:
ideviceinstaller -i app.ipa
WARNING: could not locate iTunesMetadata.plist in archive!
WARNING: could not locate ....sinf in archive!
Copying 'app.ipa' to device... AFC Write error: 30
Error: wrote only 0 of 1048576
Please check following:
I think if the installation fails ideviceinstaller should return error code that denotes the error.
ENV:
ideviceinstaller 1.1.1
Ventura 13.0.1
The text was updated successfully, but these errors were encountered: