This new warning appears in all iOS projects I build from Unity 4.3.
Responses to [this question][1] indicate from many (but not all!) that Apple does not reject apps over this.
I know how to hide the warning with "Dont create position independent executables" but as discussed in the other question that really just silences the warning by not even trying to create a PIE.
Does anyone know why this would appear starting with 4.3 (I never see it with 4.2 generated projects), and/or any way to still create PIEs?
[1]: http://answers.unity3d.com/questions/397946/pie-disabled-absolute-addressing-error.html
↧