airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
206 stars 11 forks source link

mac - development app cant be installed on my device - ApplicationVerification issue #3578

Closed idanasher closed 13 hours ago

idanasher commented 14 hours ago

I am using Animate 2024 to complie my ios app.

with 'distribution' mode everything is ok but with 'development' app I can't install the ipa on my device.

I keep getting signing issues: ("ApplicationVerification Failed")

image

macOS 14.2.1 latest air version

idanasher commented 13 hours ago

I have in AIR SDK lib/adt.cfg file a line: UseNativeCodesign=true

java -version java version "1.8.0_431" Java(TM) SE Runtime Environment (build 1.8.0_431-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.431-b10, mixed mode)

idanasher commented 13 hours ago

when I try to compile the development ipa and then try to install via Xcode (by dragging the ipa to my ipad) I get this:

Error installing '/Users/edanasher/Documents/Flash/Rummikub/Logic/V_6_STAR/src/publish/logic_rummy_world.ipa', ERROR: Error Domain=com.apple.dt.CoreDeviceError Code=3002 "Failed to install the app on the device." UserInfo={NSURL=file:///Users/edanasher/Documents/Flash/Rummikub/Logic/V_6_STAR/src/publish/logic_rummy_world.ipa, NSUnderlyingError=0x600000000060 {Error Domain=IXUserPresentableErrorDomain Code=14 "לא ניתן להתקין את ״Rummy World״" UserInfo={NSUnderlyingError=0x600000000180 {Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.UG4Wtj/extracted/Payload/Rummy World.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)" UserInfo={FunctionName=+[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:], LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=79, LibMISErrorNumber=-402620395, NSLocalizedDescription=Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.UG4Wtj/extracted/Payload/Rummy World.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)}}, NSLocalizedDescription=לא ניתן להתקין את ״Rummy World״, NSLocalizedRecoverySuggestion=Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.UG4Wtj/extracted/Payload/Rummy World.app : 0xe8008015 (A valid provisioning profile for this executable was not found.), NSLocalizedFailureReason=לא ניתן להתקין את היישום מכיוון שאי אפשר היה לוודא את שלמותו.}}, NSLocalizedDescription=Failed to install the app on the device.} Domain: com.apple.dt.DVTCoreDevice Code: -1 User Info: { DVTErrorCreationDateKey = "2024-11-22 09:59:42 +0000"; }

System Information

macOS Version 14.2.1 (Build 23C71) Xcode 15.2 (22503) (Build 15C500b) Timestamp: 2024-11-22T11:59:42+02:00

idanasher commented 13 hours ago

found the problem.

I had environment value changed to production (by animate) instead of development.