Xamarin.iOS - PIE warning

本文关键字:warning PIE iOS Xamarin | 更新日期: 2023-09-27 18:21:35

我们刚刚向应用商店提交了一个新的Xamarin.iOS应用程序,并收到了来自苹果的警告:

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工作室打开的东西吗?它会导致Xamarin.iOS出现任何问题吗?

Xamarin.iOS - PIE warning

AFAIK它尚未强制执行:

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

该消息看起来与旧的警告相同,因为苹果一个月前开始鼓励对的PIE支持。

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