在拉取 github 代码时,提示如下报错:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
原因是:这是由于 Xcode command line tools
丢失导致的,查找解决方案的过程中发现,基本上每次升级 macOS 都会出现这个问题。
下面是解决步骤:
执行命令:xcode-select --install
点击安装即可