Unable to use xcodebuild on Mavericks with Command Line Tools installed

前端 未结 9 1354
后悔当初
后悔当初 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 15:05

    If you use XCode2: sudo xcode-select --switch /Applications/Xcode\ 2.app/Contents/Developer

    Pay attention to the "\" to escape the space.

提交回复
热议问题