Error “can't use subversion command line client : svn” when opening android project checked out from svn
在命令窗口使用svn命令,报错
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun
应该是升级系统后xcode版本问题
在命令行敲
xcode-select --install
安装xcode后,重启intellij 解决问题