xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist

后端 未结 9 2007
轻奢々
轻奢々 2020-12-07 07:50

I\'m having xcode issues when I try to use brew and git:

xcrun: error: active developer path (\"/Applications/Xcode.app/Contents/Developer\") does not

9条回答
  •  青春惊慌失措
    2020-12-07 08:42

    I tried that and it didn't work but I found the answer. I just had to reset the developer's path:

    $ sudo xcode-select --reset
    

    Now everything is normal

提交回复
热议问题