我可以在xcode 4.5上将我的iOS部署目标更改为5.0吗? [英] can i change my iOS deployment target to 5.0 on xcode 4.5?

查看:256
本文介绍了我可以在xcode 4.5上将我的iOS部署目标更改为5.0吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用基础SDK 开发了iPhone应用程序6.0和部署目标为6.0

I developed iPhone app using base SDKs as 6.0 and deployment target as 6.0

现在我想将我的部署目标更改为5.0而不是6.0

Now i want to change my deployment target to 5.0 instead of 6.0

是有可能改变吗?

我在xcode 4.5中使用了autolayout的功能

I have used feature of autolayout in xcode 4.5

我有一个疑问:我听说如果我使用iOS 5的部署目标开发应用程序,并且启动图像为 Default-568h @ 2x.png for iPhone 5 apple将拒绝我的应用..(原因:无效的启动图像 - 您的应用包含一个启动图像,其尺寸修改器仅支持使用iOS 6.0 SDK或更高版本)但是为了支持iPhone 5,我必须提供图像 Default-568h@2x.png 图像。如何解决这个问题?

I have one doubt: I have heard that if i develop app using deployment target of iOS 5 and with launch image of Default-568h@2x.png for iPhone 5 apple will reject my app..(Reason : Invalid Launch Image - You app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later) but for support of iPhone 5, i have to supply image Default-568h@2x.png image. how to solve this problem ?

感谢您阅读问题。

Thanks for the reading of question.

推荐答案

您无需更改基本SDK即可更改部署目标。只需在目标选项下将其更改为5.0:

You don't need to change the base SDK to change the deployment target. Just change it to 5.0 under your target options:

请注意,自动布局和其他一些功能仅适用于SDK 6.0。

Note that autolayout and some other features are available only on SDK 6.0.

编辑XCode 7 +

该选项卡现在称为常规部署目标部署信息下:

The tab is now called General, and the Deployment target is under Deployment info:

这篇关于我可以在xcode 4.5上将我的iOS部署目标更改为5.0吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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