명령 줄 도구를 설치했습니다.
$ 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에서이 작업을 수행 할 수 있습니까? 어떻게 작동시킬 수 있습니까?
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