iOS应用兼容性问题

时间:2015-12-06 10:51:01

标签: ios xcode compatibility armv7

我正在使用Swift 2.1,Xcode 7.1.1创建应用程序。 我希望它至少与iPhone 4S和5C兼容。

我使用armv7架构,info.plist配置了我的项目设置,但是当我发布我的版本时,我只在iTunes连接中定义了arm64。

See screenshots here

我在哪里需要正确配置?

2 个答案:

答案 0 :(得分:3)

确保仅构建活动架构设置为(至少在发布时),否则它将在您创建时使用所连接设备的架构构建。

enter image description here

答案 1 :(得分:0)

请删除

  

<string>armv7</string>

中的数组

  

UIRequiredDeviceCapabilities

在info.plist中

并提交应用以便在iTunes Connect上进行审核。