Skip to main content
Participant
February 25, 2013
Question

iOS packaging error

  • February 25, 2013
  • 2 replies
  • 2760 views

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?

This topic has been closed for replies.

2 replies

Participant
November 25, 2013

Running Mac OS X Mavericks + Air 3.9, having the exact same issue as the original reporter: unable to package the ipa with the clipboard error message. Works fine when using FDT to package.

Participant
November 26, 2013

I finally managed to fix the error reported by the first poster.

I had to add 2 params to the JVM used by the Ant task:

<jvmarg value="-Dsun.io.useCanonCaches=false" />

<jvmarg value="-Dflexlib=${FLEX_HOME}/frameworks" />

Known Participant
April 2, 2013

Hi,

Did anyone got any solution this problem? I hit the same problem. with AIR 3.6.

[java] Exception in thread "main" java.lang.Error: flash.events::NativeDragEvent::public::clipboard has a slot id(11) larger than the name count(5).

     [java]      at adobe.abc.GlobalOptimizer$InputAbc.readTraits(GlobalOptimizer.java:855)

     [java]      at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:1030)

     [java]      at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:391)

     [java]      at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:279)

     [java]      at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:320)

     [java]      at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:599)

     [java]      at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)

     [java] Compilation failed while executing : ADT

Known Participant
April 3, 2013

Any workarond for this?

April 17, 2013

Did anyone ever find a solution for this?