Skip to content

Instantly share code, notes, and snippets.

@corosukeK
Created September 9, 2014 02:27
Show Gist options
  • Save corosukeK/1df650314fddee6bf8ce to your computer and use it in GitHub Desktop.
Save corosukeK/1df650314fddee6bf8ce to your computer and use it in GitHub Desktop.
xcode6-Swift環境手順
1. https://developer.apple.com/xcode/downloads/ から XCode6 preview 入れる
2. https://developer.apple.com/downloads/index.action から Command Line Tool (2014 Sep) 入れる
3. sudo xcode-select -s /Applications/Xcode6-Beta7.app
4. xcode-select --print-path でBeta7が選択されていることを確認する
番外 元に戻したい場合はsudo xcode-select --resetを実行する
ターミナルでxcrun swiftでREPLがうごくはず
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment