コマンドラインツールをインストールしました。
$ 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全体をインストールせずにこれを使用できました。マーベリックスでこれを行うことは可能ですか?どうすれば機能させることができますか?
注:これは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
node-gyp
が私の問題の原因であるため、私は問題を作成しました:github.com/TooTallNate/node-gyp/issues/341
xcode-select --install
たと思います。Xcodeがインストールされたxcode-select --print-path
プリント/Applications/Xcode.app/Contents/Developer