Skip to main content
Inspiring
September 1, 2012
Question

Air 3.4, ios ld: warning: PIE disabled

  • September 1, 2012
  • 1 reply
  • 2285 views

Hello,

when I complime my ipa with a native extension and Air 3.4, I have this warning :

When I compile my IPA for ios, i have this warning : “ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _llvm_unwind from AOTBuildOutput-0.o. To fix this warning, don’t compile with mdynamic-no-pic or link with -Wl,-no_pie”

thanks

This topic has been closed for replies.

1 reply

Participant
September 24, 2012

I remember reading somewhere that you can not publish your apps in apple store if you are using sdk 3.4.
It may have changed but I did read that. Please let me know if this has changed.

Colin Holgate
Inspiring
September 24, 2012

It was just the prerelease AIR 3.4 that couldn't be used, the release one can be used for app store submissions.

YopSolo75
Participating Frequently
November 15, 2012

i am using air 3.5 and same message.

Do i have to worry about this warning ?