Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
Old project maintenance issue :ApplicationVerificationFailed
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.

"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
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.