Nike Kov
Nike Kov

Reputation: 13698

What is the minimum ios deployment target for swift 5?

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

Upvotes: 4

Views: 4636

Answers (2)

AlphaWulf
AlphaWulf

Reputation: 403

Minimum deployment for Swift 5 is iOS 8.

Upvotes: 2

Vittal Pai
Vittal Pai

Reputation: 3553

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

Upvotes: 5

Related Questions