Hello.
I want to make an IPA file for AppStore distribution. The ADT can't make IPA file if I set -target to ipa-app-store.
I use Adobe AIR 20 on Windows. I run next script to build an IPA:
adt -package
-target ipa-app-store
-provisioning-profile profile.mobileprovisioning
-storetype pkcs12
-keystore cert.p12
bin/Main.ipa
bin/Main.xml
bin/Main.swf
And nothing happens. The process hangs. In the Task Manager I see two compile-abc processes. These processes doesn't use CPU. They hangs.
Please, help me.