コマンド ライン ツールをインストールしました。
$ xcode-select --print-path
/Library/Developer/CommandLineTools
ただし、何かを使用しようとするとxcodebuild
、次のエラーが発生します。
$ /usr/bin/xcodebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Mountain Lion では、コマンド ライン ツールだけではなく、Xcode 全体をインストールせずにこれを使用することができました。マーベリックスでこれを行うことは可能ですか? どうすれば機能しますか?
NB これは、Mavericksのクリーン インストールです。
更新:表示するために、コマンドラインツールがインストールされています:
$ gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix