brew install ccache
系统提示如下错误
解决方案:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
这里的坑点在于没有意识到CTL缩写的含义,否则应该很快就能意识到什么地方出了问题
Error: Your CLT does not support macOS 11.1.
原文:https://www.cnblogs.com/starryi-alpha/p/14192156.html