我已经安装了命令行工具:
$ 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 就可以使用这个工具,而只需要安装命令行工具。在小牛队有可能做到这一点吗?我怎样才能让它工作?
注意,这是小牛队的 清洁安装节目。
更新: 只是为了显示,我已经安装了命令行工具:
$ 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