What is the minimum ios deployment target for swift 5?

Viewed 3296

I'm using swift 5 and Xcode Version 10.2.1 (10E1001). Need to update my pod to swift 5. What is the minimum ios deployment target for this? s.ios.deployment_target

3 Answers

You can set any valid iOS version between 8.0 to 12.1.

Minimum deployment for Swift 5 is iOS 8.

I thought You've set Deplyment Target upto 12.1

Related