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