-
Notifications
You must be signed in to change notification settings - Fork 6
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
AMDeviceInstallApplication failed: -402653058 #3
Comments
Have you tried installing the application manually through iTunes or Xcode from that box? You can sometimes get a better error message that way. You can also check the devices console log from Xcode to see if it logged a more readable error. |
Tried to manually install via iTunes; "application failed to install". Opening Xcode and viewing the console logs shows the following: Oct 12 12:14:34 unknown installd[1881] : 00381000 verify_signer_identity: Could not copy validate signature: -402620391 Looks like a signing issue that i will need to look into. |
you may find "codesign -vvv iPhone.app" and "codesign -dvv iPhone.app" output helpful |
Thank you Connor. Issue was resolved using codesign: codesign -s "[name of cert in my keychain]" [path to my .app] -f I'm still trying to figure out why this works on one version of my app and not another. For the other app, Xcode logs show "unrecognized status -67068 from codsigning library". Fortunately, I've gotten past half a road block with your suggestion. Thanks again, will continue moving forward. |
Hello,
I am using fruitstrap well, in Mountain Lion. However, when trying on a Jenkins box running Lion (10.7.4), i can get up to 70% installed ([ 70%] "VerifyingApplication") before the error AMDeviceInstallApplication failed appears.
Does anyone know why this is happening, or how it can be worked around? Please help, thanks.
Dan
The text was updated successfully, but these errors were encountered: