是否有可能在Mavericks上创建一个与Xcode 5.0.2兼容的iOS 4 - iOS 7应用程序? [英] Is it possible to create an app iOS 4 - iOS 7 compatible with Xcode 5.0.2 on Mavericks?

查看:130
本文介绍了是否有可能在Mavericks上创建一个与Xcode 5.0.2兼容的iOS 4 - iOS 7应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要开发一个支持iOS 4的应用程序 - iOS 7,是否可以在Mavericks上的XCode 5.0.2上进行?

I need to develop an app who support iOS 4 - iOS 7, is it possible to do it on XCode 5.0.2 on Mavericks?

最低的部署目标xcode为我提供iOS 6。

The lowest deployment target xcode provide me is iOS 6.

推荐答案

在项目>目标>构建设置>架构中:

In Project > Target > Build Settings > Architectures:


体系结构标准体系结构(包括64位)更改为标准体系结构 ,或者如果您想支持旧设备,请在其他人中键入 armv6 armv7 armv7s

change the Architectures from Standard Architectures (including 64-bit) to Standard Architectures ,or if you want to support older devices, type armv6 armv7 armv7s in Others

然后,你可以改变降级版本的部署目标(只需在部署目标框中键入 4.0 4.3

Then, you can change the deployment target to lower versions (just type 4.0 or 4.3 in the Deployment Target box)

但是你为什么还想要定位iOS 4?

But why do you want to target iOS 4 still?

这篇关于是否有可能在Mavericks上创建一个与Xcode 5.0.2兼容的iOS 4 - iOS 7应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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