AIR 3.8: error when compiling as "ipa-debug-interpreter": PackageExtractionFailed
I'm experiencing an error in AIR 3.8 which doesn't happen in AIR 3.7 or 3.6
If compiling an IPA with AIR 3.8 in "ipa-debug-interpreter" mode then I get this message when installing in the test device:
Installation Error: PackageExtractionFailed
This doesn't happen in older versions of AIR (3.6, 3.7), and it also does not happen in non-debug modes in AIR 3.8.
These are the lines I use (Windows):
adt -package -target ipa-debug-interpreter -listen 7936 -provisioning-profile profile.mobileprovision -storetype pkcs12 -keystore cert\ios\ios_dev.p12 -storepass mypassword application.ipa application-app.xml -C . application.swf icons\application_512.png icons\application_114.png icons\application_72.png icons\application_57.png icons\application_48.png icons\application_29.png Default-Landscape.png -extdir ..\ane
adt -installApp -platform ios -package application.ipa
Then I get the "Installation Error: PackageExtractionFailed" message. From what I can gather, this is an iTunes related error message. I'm not using iTunes directly, but I know "adt" uses iTunes to install IPAs into iOS devices.
Since this problem doesn't happen when compiling with older versions of AIR, it must be something AIR 3.8 introduces in the IPAs that makes iTunes complain.
Is there any fix for this?
