I am trying to package my AIR app on mac (Catalina 10.15.7) with ADT after successful compilation step. Everything is fine with the .air package on mac and with both .air and .exe under Windows. But for .dmg and captive runtime bundle (.app) I get next error after several seconds of doing something:
Failed to load the AIR Runtime
Ant command:
/opt/flexsdk15/bin/adt -package -storetype pkcs12 -keystore myCert.p12 -storepass ******** -tsa http://time.certum.pl -target native bin/myApp.dmg src/myApp-app.xml -C bin myApp.swf -C . icons
SDK used: Apache Flex 4.15.0 FP20.0 AIR20.0
Any help would be much appreciated.