Yet another PIE problem with ane when using MobileIron and AIR 3.8
Hi everyone,
I have aproject that is using 2 ANEs : Netwokinfo and nativemail.
I modified the platform.xml so it contains the -ios_version_min=5.0
I can compile the project without any error, but when I inspect the ipa (using the otool -hv command line) the PIE flag is not present thus mobileiron can't warp it...
What I found is, without the Nativemail extension (https://github.com/pkoscierzynski/NativeMailExtension) the ipa got the PIE flag, and as soon as I add this extension to my project the flag disappears.
Any idea how I can fix that ? Does anyone got a pie compliant ios mail native extension.
Thanks
G.
