Copy link to clipboard
Copied
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.
Actually this problem appears with VM Ware only. With Windows machine I never saw this problem.
Copy link to clipboard
Copied
Are you using Windows VM Ware or is it just a normal Windows Machine?
Copy link to clipboard
Copied
Windows VM Ware
Is it a problem?
Copy link to clipboard
Copied
Actually this problem appears with VM Ware only. With Windows machine I never saw this problem.
Copy link to clipboard
Copied
Thanks!
Copy link to clipboard
Copied
Is there any way around this on a VM? I would really like to be able to work in a VM and have exactly this problem.