Use Swift 2.2 in Xcode 8?

前端 未结 5 1869
南方客
南方客 2020-12-08 01:23

Is it possible to use Swift 2.2 in Xcode 8?

From Xcode 8 release notes:

\"Xcode 8 supports switching toolchains, such as those from swift.or

5条回答
  •  感情败类
    2020-12-08 02:19

    It is not possible to use Swift2.2 in XCode8, and it is also not possible to use Swift2.3 or Swift3 in XCode3.

    The best solution i found is to create a single project file that will compile for both iOS 9 (Xcode 7) and iOS 10 (Xcode 8), and that will support Swift2.2 and Swift2.3 (very similar).

提交回复
热议问题