简体   繁体   中英

Setting Xcode “deployment target” or “base SDK” to a “point oh one” (0.0.1) release

In Xcode 4.4.1 it is possible to set the deployment target to a "point one" release of , for example; 4.3 or 5.1.

部署目标 -  Xcode

However it doesn't seem possible to set it to a "point oh one" release, for example; 4.2.1 ro 5.1.1.

Is this possible? And if so how?

Update

Setting the Base SDK to a "point oh one" release does seem possible however:

基础SDK  -  Xcode

That value is the same one as on the Summary Screen of your target. There it's called "Deployment Target".
You can also set it project wide in the "Info" tab of the project settings.
在此输入图像描述

You can simply type over the value in the box

This will result in a build settings like this:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM