itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
141 stars 14 forks source link

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun #195

Open itgoyo opened 4 years ago

itgoyo commented 4 years ago

最近由于升级了MacOS,所以导致AndroidStudio项目出现了这个错误 解决方式: 在终端里面输入xcode-select --install即可修复这个问题