xcode-select -switch doesn't work: active developer path does not exist

前端 未结 6 1495
灰色年华
灰色年华 2021-02-20 13:22

I have installed Xcode 5 developer preview 3. Before it i had developer preview 2 and now, sometimes in my terminal I see error, for example when I try to autocomplete some comm

6条回答
  •  旧巷少年郎
    2021-02-20 14:25

    If you are running beta release. Path should be look like this.

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

提交回复
热议问题