从App Build中排除iPhone 4 / 4S

时间:2016-03-24 11:32:48

标签: ios iphone build armv7

我搜遍了所有的stackoverflow(并测试了所有找到的解决方案),但没有找到适合我的工作解决方案。 我想从build / app中排除iPhone 4 / 4S。

我尝试了使用armv7异常的UIRequiredDeviceCapabilities技巧,但没有用,因为当我提交应用程序时收到的错误如下:

ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.

或:

ERROR ITMS-90098: "This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'arm64' which is incompatible with the MinimumOSVersion value of '8.0'."

是否有任何更新的解决方案/技巧需要解决?

提前致谢

编辑: 这个问题被标记为重复,但我找不到同样的问题,完全工作的解决方案更新到今天...... :(

1 个答案:

答案 0 :(得分:1)

iPhone 4 does not support iOS 8,因此将iOS 8作为部署目标。