之前的工程支持最低版本是iOS7
这次修改了一些bug用XCode7编译并提交,报错!
ITMS-90530 "Invalid MinimumOSVersion. Apps that only support 64-bit devices must specify a deplyment target of 8.0 or later"
IMTS-90208 "Invalid Bundle. The bundle xxx.app does not support the minimum OS version specified in the Info.plist"
IMTS-90502 "Invalid Bundle. Apps that only contain the arm64 slice must also have'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist "
似乎都是与iOS7和arm64相关的错误
请问这个应该如何修改?
PS:是因为我的工程中包含只支持arm64的第三方库吗?怎么检查?iOS7不支持64位吗?
最可能的原因:
1.你的测试手机是 iOS 8.0 以上的.
2.你在编译真机库或打包APP时,没有拔掉手机.
3.此时,你得到的库或应用包,会是针对 iOS 8.0 设备的.
建议,重新编译下,注意编译真机库时,必须拔掉手机.