コマンドラインツールがインストールされているMavericksでxcodebuildを使用できない
コマンドラインツールをインストールしました。 $ 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