这是其中之一:
WARNING ITMS-90080: “The executable ‘Payload/MyApp.app/Frameworks/EZLoadingActivity.framework’ 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 in the iOS Developer Library.”
WARNING ITMS-90080: “The executable ‘Payload/MyApp.app/Frameworks/EZLoadingActivity.framework’ 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 in the iOS Developer Library.”
显然这个东西很重要,需要说两次.
EZLoadingActivity是我用来编写我的应用程序的Cocapod.由于它是一个图书馆,它不能独立运行.因此,我认为它不是一个独立于位置的可执行程序.但是,当警告出现时,我认为一定是出了问题.
我看到另一个问题,其OP的二进制被拒绝,因为这个错误.所以恐怕我的二进制也会被拒绝.
我的二进制文件会被拒绝吗拥有不是PIE的框架是否正常?我有其他的应用程序,使用椰子皮,但他们没有这个警告,当我上传它们.这是我第一次遇到这样的警告?这是严重吗我能做什么?
解决方法
我检查过没有警告的旧档案.
然后,我发现构建的所有嵌入式框架都不具有PIE标志,无论使用什么构建设置.
所以,一个缺少PIE标志的框架不应该是一个警告的原因.
我认为苹果改变了服务器端验证并引入了一些错误.