Unable to use xcodebuild on Mavericks with Command Line Tools installed

前端 未结 9 1344
后悔当初
后悔当初 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:13

    I know that this is a late answer, but in my case this command solved the issue:

    sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
    

提交回复
热议问题