Closed idanasher closed 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)
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:
System Information
macOS Version 14.2.1 (Build 23C71) Xcode 15.2 (22503) (Build 15C500b) Timestamp: 2024-11-22T11:59:42+02:00
found the problem.
I had environment value changed to production (by animate) instead of development.
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")
macOS 14.2.1 latest air version