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

StackOverflow https://stackoverflow.com/questions/12199186

  •  29-06-2021
  •  | 
  •  

Pregunta

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.

deployment target - 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:

Base SDK - Xcode

¿Fue útil?

Solución

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.
enter image description here

You can simply type over the value in the box

This will result in a build settings like this:

enter image description here

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top