Unable to use xcodebuild on Mavericks with Command Line Tools installed

前端 未结 9 1339
后悔当初
后悔当初 2020-12-07 14:34

I have installed the Command Line Tools:

$ xcode-select --print-path
/Library/Developer/CommandLineTools

However, when anything tries to us

9条回答
  •  旧巷少年郎
    2020-12-07 14:56

    AFAIK, command line tools in Mavericks are installed into /Applications/Xcode.app/Contents/Developer which tends to imply that Xcode is required. Undocumented feature probably.

提交回复
热议问题