2

我们刚刚向应用商店提交了一个新的 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: 

技术问答 QA1788 - 构建与位置无关的可执行文件

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. 

我猜苹果最近开始强制执行这一点。

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

4

1 回答 1

5

AFAIK 它尚未强制执行:

但您可能希望在下次交付时更正以下问题

自大约一个月前Apple 开始鼓励 PIE 支持以来,该消息看起来与旧警告相同。

最新的 6.3.x beta 版本已经支持 PIE(默认打开),下一个稳定版也将支持它。

于 2013-07-08T14:51:50.557 回答