Skip to main content
Inspiring
January 18, 2013
Question

Strange warning when compiling for iOS, "PIE disabled", Is it safe to submit to the App Store?

  • January 18, 2013
  • 1 reply
  • 1099 views

I get this warning when building:

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

The app appears to be fine so far, and I haven't seen it mess up anything functionally yet, but am still testing.

Edit: I am also curious as to what exactly this is. I think it is possibly related to an ANE that I NEED to use to work around a bug in AIR.

This topic has been closed for replies.

1 reply

January 19, 2013

I have never seen this warning cause any issues with the app so far.