如何将编译器更新到Swift 2?

时间:2015-08-22 13:22:09

标签: swift

我安装了XCode 7 Beta,当我打开游乐场时说:

  

Playground执行已终止,因为该进程意外停止。

我在终端跑了swift,它说:

  

Apple Swift 1.2版(swiftlang-602.0.53.1 clang-602.0.53)   目标:x86_64-apple-darwin15.0.0

如何将我的swift版本更新为2?

1 个答案:

答案 0 :(得分:5)

如果安装了不同的Xcode IDE副本,则会发生这种情况

使用xcode-select命令行实用程序选择您想要使用的Xcode版本

https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html

$ xcode-select --switch /path/to/the/Xcode