Tôi đã cài đặt Công cụ dòng lệnh:
$ xcode-select --print-path
/Library/Developer/CommandLineTools
Tuy nhiên, khi mọi thứ cố gắng sử dụng xcodebuild
, tôi gặp lỗi sau:
$ /usr/bin/xcodebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Trên Mountain Lion, có thể sử dụng điều này mà không cần cài đặt toàn bộ Xcode, thay vì chỉ dùng Công cụ dòng lệnh. Có thể làm điều này trên Mavericks không? Làm thế nào tôi có thể làm cho nó hoạt động?
NB Đây là một bản cài đặt sạch của Mavericks.
Cập nhật: chỉ để hiển thị, tôi đã cài đặt Công cụ dòng lệnh:
$ 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