ADT command line packaging of IPA
Hello,
I've been having trouble getting the command line ADT working for IPA publishing. I've been using Animate on a PC and IPA packaging using the IDE works fine. I need to package the IPA with a custom SWF. It doesn't look like you can do this with Animate, when publishing it always recompiles the swf.
Here is the command I'm using:
adt -package -target ipa-test -storetype pkcs12 -keystore mycert.p12 -storepass mypass provisioning-profile mypp.mobileprovision Build.ipa Build.xml Build.swf icons assets defaultimgs/Default-Landscape@2x~ipad.png defaultimgs/Default-Landscape~ipad.png
The error I get is:
no such file (fullpath here)Build.ipa
Since this is the target file to build, the error doesn't make much sense as this file isn't supposed to exist before ADT runs.
I tried adding, -useLegacyAOT no after the target parameter but this didn't work either.
Do I need to use OSX to run this command? It shouldn't be the case as Animate is publishing the IPA fine and I assume it's using that command under the hood.
Any help much appreciated!
