Skip to main content
Participating Frequently
March 21, 2012
Question

Error occurred while packaging the application (IOS - standard mode)

  • March 21, 2012
  • 3 replies
  • 1214 views

When compiling for IOS in Standard mode an error ocurred:

Error occurred while packaging the application:

Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed

          at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:263)

          at com.adobe.air.ipa.AOTCompiler.compileBitcode(AOTCompiler.java:935)

          at com.adobe.air.ipa.AOTCompiler.trimAndCompileBitcode(AOTCompiler.java:763)

          at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:72)

Compilation failed while executing : ADT

Any idea?

This topic has been closed for replies.

3 replies

Participating Frequently
October 4, 2012

Hello,

I'm also stuck with the same problem, any adhoc/appstore packaging crashes like that...Did you manage to resolve this?

Thanks.

October 5, 2012

Hi,

Can you share your project at : neh@adobe.com so that we can reproduce the issue at our end.

Participating Frequently
October 5, 2012

In fact I resolved it, it was while using FlashDevelop IDE, one of my swc library, the assets, was included completely (not a dynamic library nor an external one). The packager didn't seem to like that so I changed it to dynamic and added a simple Array containing all my assets instance names. It worked, thanks anyways Neh