macOS

macOS xcode Command Line Tools

파이스탁 2022. 11. 6. 15:24

커맨드 라인 도구

Xcode는 설치 용량이 크기 때문에 Xcode를 설치하지 않고 간단히 gcc, make, git 등를 설치하고자 할 때 Command Line Tools를 설치합니다. 

기존 버전 삭제

$ sudo rm -rf /Library/Developer/CommandLineTools

새로 설치

$ xcode-select --install