git push xcrun: error: active developer path does not exist

前端 未结 4 1923
渐次进展
渐次进展 2021-02-07 03:46

i recently deleted xcode 6 beta 3 and installed xcode 6 beta 6

when i entered gitpush in the terminal this happened

xcrun: error: active developer path (\"/Appli

4条回答
  •  执笔经年
    2021-02-07 04:13

    Also, to remove dependency from XCode app you can manually install Command line developer tools and use the following command to update developer path:

    sudo xcode-select -switch /
    

提交回复
热议问题