Skip to main content
Participant
July 26, 2013
Question

Yet another PIE problem with ane when using MobileIron and AIR 3.8

  • July 26, 2013
  • 1 reply
  • 797 views

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.


This topic has been closed for replies.

1 reply

September 11, 2013

Did you ever get a work around or alternative for this. We're trying to re-compile the NativeMailExtension with the correct options but whatever we do it does not seem to want to become a PIE.