Error Event

[MacOS] xcrun Error : invalid active developer path

Richard.Ryu 2024. 4. 1. 13:48
반응형

MacOS Upgrade 이후 발생하는 Error로 CommandLineTool을 식별하지 못해서 발생하는 오류라고 합니다.

 

위와 같이 xcode-select --install 로 Command Line Tools를 설치하여 문제를 해결할 수 있습니다.

 

설치를 진행하면 아래와 같이 설치가 완료됩니다.

 

설치가 완료된 후, 다시 쉘에서 확인하면 정상 실행됩니다.

 

xcode-select --help

Print or change the path to the active developer directory. This directory
controls which tools are used for the Xcode command line tools (for example, 
xcodebuild) as well as the BSD development commands (such as cc and make).

Options:
  -h, --help                  print this help message and exit
  -p, --print-path            print the path of the active developer directory
  -s <path>, --switch <path>  set the path for the active developer directory
  --install                   open a dialog for installation of the command line developer tools
  -v, --version               print the xcode-select version
  -r, --reset                 reset to the default command line tools path

반응형