アクティブなデベロッパディレクトリを表示する
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 --install |