我需要提交我的应用并检索此错误:
并且配置是64位:
我不知道怎么做......
提前致谢
答案 0 :(得分:33)
Make sure that for BOTH:
AND:
You have the following 4 things:
Architectures
set to Standard architectures (armv7, arm64) - $(ARCHS_STANDARD)
Base SDK
set to some iOS8 SDK, for example Latest iOS (iOS 8.3)
or iOS 8.3
Build Active Architecture Only
--> Release
set to No
Valid Architectures
set to arm64 armv7 armv7s
You will then no longer get the ERROR ITMS-90086
答案 1 :(得分:13)
确保您的“仅构建活动架构”设置设置为“否”
答案 2 :(得分:0)
我的情况是你在某个地方购买了一个旧的应用程序并且收到此错误消息,同时检查项目和目标中的部署目标是否设置为8.0或更高。