Copy link to clipboard
Copied
I'm trying to use
-useLegacyAOT no
in the adt command line and I get an error:
compile-abc.exe is not a valid Win32 application
Copy link to clipboard
Copied
Hello,
Which AIR SDK version and Window OS you are using. This will help us in reproducing the problem. Also, it would be great if you can share the command you are using.
Regards,
Nimit
Copy link to clipboard
Copied
I got the error too.
I use Flex SDK 4.5 and AIR SDK 14.
My window OS is WindowXP.
I used this command:
adt -package -target ipa-debug -connect 192.168.165.134 -hideAneLibS
ymbols yes -useLegacyAOT no -storetype pkcs12 -keystore "cert\XXX_ios.p12" -sto
repass XXXXX -provisioning-profile cert\XXXXX.mobileprovision "d
ist\ClientAir-debug.ipa" "application.xml" -C bin . -C "icon" . -extdir "airext"
thanks
Copy link to clipboard
Copied
We are able to reproduce the problem and now investigating it.
Thanks for reporting,
Nimit
Copy link to clipboard
Copied
I'm using command
adt -package -target ipa-ad-hoc -useLegacyAOT no -provisioning-profile xxxx.mobileprovision -keystore xxxx.p12 -storetype pkcs12 -storepass xxxx myapp.ipa myapp-app.xml myapp.swf 29.png 36.png 48.png 50.png 57.png 58.png 72.png 76.png 100.png 114.png 120.png 144.png 152.png 512.png 1024.png Default.png Default@2x.png Default-568h@2x.png Default-Landscape.png Default-Landscape@2x.png
I am using Windows XP and Air SDK 14
Also wondering when 76, 120 and 152 icon sizes will be added to the Flash Pro publishing options.
Copy link to clipboard
Copied
I am experiencing the same problem, I am using:
Since in AIR 15 the faster iOS compiler is the default I am not using the -useLegacyAOT argument.
The full command line is:
adt -package -target ipa-ad-hoc -connect 192.168.1.87 -storetype pkcs12 -keystore "xxxx.p12" -storepass xxxx -provisioning-profile xxxx.mobileprovision "dist\xxxx-ad-hoc.ipa" "application_ios.xml" -C bin . -C "icons/ios" . -extdir lib/
Here's a screenshot of the error message:
EDIT:
I also submitted a bug report for it, in case anybody wants to vote for it, its number is 3821809:
Bug#3821809 - compile-abc.exe is not a valid win32 application