Macbook Pro M1更新OS後command line出現xcrun: error解決方法
在更新Apple M1 Macbook Pro系統後,使用VS code內的command line tool要去使用git時,卻發現以下錯誤:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
找了一下,解法就是要去手動更新command line tool:
xcode-select --install
安裝完畢後,就代表Mac command line developer tool升級完成,基本上就可以使用了。