iOS packaging error
Just moved to AIR 3.6 SDK. Seeing the following error when packaging for iOS via adt on the command line:
Exception in thread "main" java.lang.Error: flash.data::SQLIndexSchema::flash.data:SQLIndexSchema::_table has a slot id(4) larger than the name count(2).
at adobe.abc.GlobalOptimizer$InputAbc.readTraits(GlobalOptimizer.java:855)
at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:1030)
at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:391)
at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:279)
at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:320)
at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:599)
at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)
Compilation failed while executing : ADT
Seems to work fine when packaging within Flash Builder 4.7, but I need the command line to work for automated builds. Any ideas on eliminating or working around this error?
