【发布时间】:2017-01-28 19:06:25
【问题描述】:
xcode 版本 8.0 (8A218a) 的旧版 swift 中使用了什么版本的 swift?我怎样才能检查这个?我试过了:
xcrun swift -version
但它只返回 Swift 3.0:
Apple Swift 3.0 版 (swiftlang-800.0.46.2 clang-800.0.38) 目标:x86_64-apple-macosx10.9
当我使用 Legacy Swift 代码编写应用程序时,如何查看使用的 Swift 版本?
【问题讨论】:
-
Swift 2.3 版