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.
I have never seen this warning cause any issues with the app so far.