ฉันได้ติดตั้งเครื่องมือบรรทัดคำสั่ง:
$ 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 ทั้งหมดแทนที่จะเป็นเพียง Command Line Tools เป็นไปได้ไหมที่จะทำสิ่งนี้กับ Mavericks ฉันจะทำให้มันทำงานได้อย่างไร?
NB นี่คือการติดตั้ง Mavericks ใหม่ทั้งหมด
อัปเดต:เพื่อแสดงว่าฉันได้ติดตั้ง Command Line Tools แล้ว:
$ 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