解决mac OS xcrun error, missing xcrun
在mac OS安装ta-lib时,遇到xcrun error。
| 1 | xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun | 
执行命令
| 1 | xcode-select --install | 
会跳出如下窗口,点击安装。
 
即解决missing xcrun的问题。