アクティブなデベロッパディレクトリを表示する
1 2 |
$ xcode-select --print-path /Applications/Xcode.app/Contents/Developer |
アクティブなデベロッパディレクトリを切り替える
1 |
$ sudo xcode-select --switch /Application/Xcode.app/Contents/Developer |
1 |
$ sudo xcode-select --switch /Application/Xcode8.1.app/Contents/Developer |
デフォルトバージョンにリセットする
1 |
$ sudo xcode-select -r |
(App Storeから)Xcodeをバージョンアップしたあとは、このコマンドでCLIで参照するXcodeのパスを切り替えるのが簡単!
コマンドラインツールのインストールダイアログを開く
1 |
$ sudo xcode-select --install |