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?

JWWalker
  • 22,385
  • 6
  • 55
  • 76
Niall Kiddle
  • 1,477
  • 1
  • 16
  • 35

1 Answers1

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".

Craig Grummitt
  • 2,945
  • 1
  • 22
  • 34