xcrun error occurred after macOS update
ํํ๋ก์ด ์ด๋๋ macOS update ํ ๋ฐ์ํ xrun error... ํด๊ฒฐ ๋ฐฉ๋ฒ์ ๊ณต์ ํด์
Problem
: macOS update (๋๋ Big Sur version 11.1 -> 11.2) ํ์ git ์ฌ์ฉ์ ์๋์ ๊ฐ์ ์๋ฌ ๋ฐ์
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Solution
Xcode Command-line Tools
๋ฅผ update ํ๋ฉด ํด๊ฒฐ ๊ฐ๋ฅํ๋ค!Commands
xcode-select --install
Output
xcode-select: note: install requested for command line developer tools
๋!
Last updated
Was this helpful?