Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Old project maintenance issue :ApplicationVerificationFailed

Open Ekitty opened this issue 3 years ago • 2 comments
trafficstars

I have problem, targeting an iPhone XR running iOS 15.4.1.

Called by: "/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/bin/adt" -installApp -platform ios -device 5 -package StarQ_XBB7_IPhone.ipa

Result: WARNING: could not locate iTunesMetadata.plist in archive! WARNING: could not locate Payload/StarQ_XBB7_IPhone.app/SC_Info/StarQ_XBB7_IPhone.sinf in archive! ERROR: Install failed. Got error "ApplicationVerificationFailed" with code 0xe800801c: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.J2mqsx/extracted/Payload/StarQ_XBB7_IPhone.app : 0xe800801c (No code signature found.)

USE IntelliJIDEA Build ok , Creating IOS package ok , Install iOs Application is error. image

Ekitty avatar Jul 21 '22 10:07 Ekitty

"No code signature found" is an odd one. Are you able to check for the signature, if you open up a terminal window on the mac and navigate to where the IPA file is:

$ unzip StarQ_XBB7_IPhone.ipa
$ codesign -dvvvv Payload/StarQ_XBB7_IPhone.app

Using IntelliJ, so can I check what Java version you have on there? if the Java version is too modern (or if you've selected it as an option in the ADT config file) it should use the native "codesign" command, and this may then fail (perhaps silently?) if your certificate is not available within the KeyChain application on the macOS machine..?

thanks

ajwfrost avatar Jul 21 '22 16:07 ajwfrost

An issue within the KeyChain application on the macOS machine

Delete AppleWWDRCA within the KeyChain。

Redownload: https://links.jianshu.com/go?to=https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer

Do work thanks.

Ekitty avatar Jul 25 '22 02:07 Ekitty