We are trying to add NetworkInfo support to our iOS app to display a warning if the user is on mobile instead of WiFi. I've tried adding the Adobe NetworkInfo Native Extension (from the "binary" zip at http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/n etworkinfo.html) but I'm getting this bizarre error:
"Id: 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 comile with -mdynamic-no-pic or link with -WI, -no_pie"
We're using Flash Pro CS6 and the problem occurs with both AIR 3.5 and AIR 3.7. Does this mean the ANE was built wrong? Any solutions?