Mac升級(jí)macOS后,運(yùn)行PyCharm出現(xiàn)錯(cuò)誤:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
搜索后發(fā)現(xiàn)是Xcode Command-line Tools需要更新。
解決方法#1
在終端輸入命令 “xcode-select --install”,得到輸出結(jié)果“xcode-select: note: install requested for command line developer tools”并在一個(gè)新的窗口中安裝更新Xcode Command Line tools(安裝更新將會(huì)花費(fèi)一些時(shí)間)。
如果這種方式失敗了,出現(xiàn)了“Software not found on server”,可以試試解決方案#2。
解決方式#2
登錄Apple Developer,通過(guò)網(wǎng)頁(yè)來(lái)安裝更新Xcode Command Line tools。
登錄和注冊(cè)地址:https://developer.apple.com/download/more/
在下載列表里搜索“Command Line Tools for Xcode...“,點(diǎn)擊dmg文件下載安裝。