그냥저냥

Homebrew | Error: You have not agreed to the Xcode license. Please resolve this by running 에러 해결하기 본문

인프라/트러블슈팅

Homebrew | Error: You have not agreed to the Xcode license. Please resolve this by running 에러 해결하기

sync86 2025. 9. 17. 20:15
728x90
반응형

2022년도쯤에 구매한 MacBook Air M1을 사용중이다. 생각나면 한번씩 Homebrew로 설치한 패키지들을 업그레이드 한다.

1. 무심결에 실행한 Homebrew 업그레이드

$ brew upgrade

2. 에러가 나온다.

Error: You have not agreed to the Xcode license. Please resolve this by running:
  sudo xcodebuild -license accept

3. 해결하려면?

$ sudo xcodebuild -license accept

친절하게 어떤 명령을 실행해야 하는지 알려준다. 그대로 실행한 후 Homebrew 업그레이드를 무사히 마칠 수 있었다.

728x90
반응형