Swift 4 - Setting a minimum deployment target
Asked Answered
M

1

20

The current deployment target is 11.0 which is fine. However, I would like to know how I would set a minimum of 8.0?

Manutius answered 28/9, 2017 at 9:16 Comment(0)
B
36

You can set the deployment target in your project's target's general settings.

Adjust Deployment target

You can read more about this in Apple documentation "Setting Deployment Target".

Broadcaster answered 28/9, 2017 at 10:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.