Question
AIR 3.8.0.440 / iOS: build fails with "ld: -pie can only be used when targeting iOS 4.2 or later"
With AIR 3.8.0.440, iOS build with "adt -package -target ipa-ad-hoc" fails with a linker error:
ld: -pie can only be used when targeting iOS 4.2 or later
What's the correct option to suppress this error or does it need a fix for adt?
In the app.xml,
<key>MinimumOSVersion</key>
<string>5.0</string>
is already present in the iPhone InfoAdditions section.
(Building the same app with AIR 3.8.0.370 is fine)