Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ideviceinstaller doesn't return proper exit code on install failure #149

Open
sszachow opened this issue Dec 8, 2022 · 3 comments
Open

Comments

@sszachow
Copy link

sszachow commented Dec 8, 2022

Please check following:

~/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

@EwoDho
Copy link

EwoDho commented Jan 4, 2023

Same issue here:

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

Using ideviceinstaller 1.1.1 & macOS Ventura 13.1

@ShenYj
Copy link

ShenYj commented Feb 1, 2023

+1

@ShenYj
Copy link

ShenYj commented Feb 1, 2023

I get this error between 1.1.0 and 1.1.1 version, then I try to reinstall libimobiledevice... rebuild ... it's succeed, but the error still in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants