Flash Builder 4.7 iOS packaging problem
I get the following error message when compiling my app with air 3.4 with Standard packaging or release build. Interestingly when using fast packaging I don't get any problem.
Error occurred while packaging the application:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at adobe.abc.GlobalOptimizer$InputAbc.readCode(GlobalOptimizer.java:1134)
at adobe.abc.GlobalOptimizer$InputAbc.readBody(GlobalOptimizer.java:682)
at adobe.abc.GlobalOptimizer$InputAbc.readBodies(GlobalOptimizer.java:403)
at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:331)
at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:533)
at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:80)
Compilation failed while executing : ADT
I don't have a clue on where to start looking... Icon files etc are the same as when using an older sdk.
Any help appreciated!
/David
