mobiledevice icon indicating copy to clipboard operation
mobiledevice copied to clipboard

!AMDeviceSecureInstallApplication

Open ericpolkadoc opened this issue 8 years ago • 4 comments

Hi,

Ive been using your module for awhile now, it's worked great. however today Im getting an error

!AMDeviceSecureInstallApplication

when running mobiledevice install_app /directoryName

I cant seem to find any information on the error -- any thoughts?

Thanks for your help in advance.

ericpolkadoc avatar Jul 28 '16 23:07 ericpolkadoc

Hi there. Did you change any setting (app, mac, iOS, device) or something in your workflow?

Unfortunately the error messages are not very informative. The best that I could do would be to print out the error code returned by the function call. That could help, somehow, but it would still not be a human-readable error. Would that help?

imkira avatar Jul 29 '16 02:07 imkira

Same problem, even installation with Xcode

imWildCat avatar May 04 '17 07:05 imWildCat

I was experiencing the same issue. Installing from brew gave me an !AMDeviceSecureInstallApplication error.

I cloned the repo to dig in and ran make && make install. Reran:

mobiledevice install_app "./RELATIVEPATHTO.app"

And it worked. Maybe it's something wrong with the version released to brew?

Can you confirm @ericpolkadoc and @imWildCat?

amirrajan avatar Jul 01 '17 16:07 amirrajan

Also, I can install a developer built version of an app, but not a release version (not sure if that was ever possible since I just started using the tool).

If I try to install a release version of an app, I get the !AMDeviceSecureInstallApplication error.

amirrajan avatar Jul 04 '17 14:07 amirrajan