Reputation: 21
As I understand, working with Swift 5 requires Xcode 10.2, so I should upgrade my Xcode. But I am using hackintosh macOS 10.13.6 , the upgrade is very troublesome,because xcode10.2 requires macOS 10.14. so I want to stay with Xcode 10.1.
How can I achieve that?
Upvotes: 1
Views: 1125
Reputation: 21
1.Download and Install the Swift 5.0 Development Branch Toolchain.
2.Create Your Project or Target in Xcode 10.1
3.Go to the Top Menu and Select Xcode…Toolchains… Swift 5.0 Snapshot…
Upvotes: 1