macOS Mojave: invalid active developer path after updating to Mojave from High Sierra

前端 未结 4 1503
天命终不由人
天命终不由人 2021-02-05 23:15

After upgrading to macOS Mojave, I tried to run GIT from Terminal but it kept giving me the following error:

xcrun: error: invalid active developer path (

4条回答
  •  遥遥无期
    2021-02-05 23:30

    This happened to me after updated XCode to 12.3

    Using the following command as root solved the issue:

    sudo xcode-select --reset
    

提交回复
热议问题