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

后端 未结 9 1994
轻奢々
轻奢々 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:27

    Try error suggestion :

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

    And Then test Git Executable Path.

提交回复
热议问题