Xamarin.iOS - PIE警告

时间:2013-07-08 14:34:48

标签: c# ios xamarin.ios xamarin xamarin-studio

我们刚刚向应用商店提交了一个新的Xamarin.iOS应用,并收到了Apple发出的警告:

We have discovered one or more issues with your recent delivery for "My App". Your delivery was successful, but you may wish to correct the following issues in your next delivery: 

Non-PIE Binary - The executable 'MyApp.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to: 

Technical Q&A QA1788 - Building a Position Independent Executable

If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary. 

我猜测Apple最近开始执行此操作。

这是我可以在Xamarin Studio中打开的吗?它会导致Xamarin.iOS出现任何问题吗?

1 个答案:

答案 0 :(得分:5)

AFAIK尚未执行

  

但您可能希望在下一次发送中更正以下问题

该消息看起来与警告相同,因为Apple一个月前开始鼓励PIE支持关于

最新的6.3.x测试版已经支持PIE(默认情况下已开启),下一个稳定版也将支持PIE。