[ETC] Reinstall Xcode of MacOS

less than 1 minute read

Reinstall Xcode of MacOS

MacOS를 Upgrade 하였을 경우 발생하는 에러를 해결하는 방법 중 하나가 xcode 재설치이다.


Command

  • 기존에 설치되어있던 CommandLineTools 제거
sudo rm -rf /Library/Developer/CommandLineTools
  • Xcode 설치
sudo xcode-select --install

Leave a comment