Question
Air 3.4, ios ld: warning: PIE disabled
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