can i change my iOS deployment target to 5.0 on xcode 4.5?

前端 未结 2 1478
执笔经年
执笔经年 2020-12-18 22:30

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

Now i want to change my deployment target to 5.0 in

2条回答
  •  时光取名叫无心
    2020-12-18 23:01

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

    enter image description here

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

    Edit for XCode 7+

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

提交回复
热议问题