Zainstalowałem narzędzia wiersza poleceń:
$ xcode-select --print-path
/Library/Developer/CommandLineTools
Jednak gdy cokolwiek próbuje użyć, pojawia xcodebuild
się następujący błąd:
$ /usr/bin/xcodebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
W Mountain Lion było to możliwe bez instalowania całego Xcode, a raczej tylko narzędzi wiersza poleceń. Czy można to zrobić na Mavericks? Jak mogę to uruchomić?
Uwaga: dotyczy to czystej instalacji Mavericks.
Aktualizacja: żeby pokazać, mam zainstalowane narzędzia wiersza poleceń:
$ 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