當Mac系統更新大版本時,由於CommandLine Tools沒有更新造成的問題
eg:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解決辦法
打開Mac終端執行以下命令
xcode-select --install
執行命令完成后即可使用SVN等工具
Skr~