Skip to main content
Participant
March 29, 2011
Question

Compilation failed while executing : ld64 with AIR 2.6

  • March 29, 2011
  • 1 reply
  • 1079 views

Hello all,

I've been working with AIR for a while, and recently started attempting to develop for the iPad using the PFI.  I've run into an interesting issue, and I can't seem to find any information about it online.

I can compile and deploy to an iPad using the following command:

/work/4.5.0/bin/adt -package -target ipa-test -provisioning-profile profile.mobileprovision -storetype pkcs12 -keystore cert.p12 -storepass ****** target/iPadApp.ipa src/iPadApp-app.xml -C target iPadApp.swf -C src/assets Default.png -C src/assets icons

This packages the application, and I can run it on the iPad with no issues.  However, when I try to create a debug build using the following command:

/work/4.5.0/bin/adt -package -target ipa-debug -connect -provisioning-profile profile.mobileprovision -storetype pkcs12 -keystore cert.p12 -storepass ****** target/iPadApp.ipa src/iPadApp-app.xml -C target iPadApp.swf -C src/assets Default.png -C src/assets icons

It runs for a few minutes, then gives me the following error:

Compilation failed while executing : ld64

I found the forum discussion at http://forums.adobe.com/message/3572689, but it didn't provide any solutions.

Any thoughts on how I can get this to run in a debug mode?

Thanks in advanced!

This topic has been closed for replies.

1 reply

Participant
April 13, 2011

I've done some additional testing:

This happens on both Windows Server 2003 (32-bit), OSX 10.6 (64-bit).

I get the same error message every time I try to compile the debug version, but the non-debug works fine.

I am building using the Flex 4.5 SDK (latest Burrito release) and Adobe AIR 2.6.

Any thoughts?  Is there a way to get more information than just that failure line?