iOS应用兼容性问题 [英] iOS app compatibility issue

查看:156
本文介绍了iOS应用兼容性问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I'm making an application with Swift 2.1, Xcode 7.1.1. I want it to be at least compatible with iPhone 4S and 5C.

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

I configured my project settings with armv7 architecture, info.plist, but when I publish my build, I only have arm64 defined in iTunes connect.

我在哪里需要正确配置?

Where do I have to configure it correctly ?

推荐答案

确保仅构建活动架构设置为(至少用于发布),否则它将使用当时连接设备的架构你创建了这个版本。

Make sure Build Active Architecture Only is set to NO (at least for release), or else it will use the architecture of the connected device at the time you create the build.

这篇关于iOS应用兼容性问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆