iOS/트러블슈팅

[솔루션] xcrun: error: unable to find utility "xcodebuild", not a developer tool..

jedchoi 2022. 3. 15. 15:35
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH


carthage update 수행중 위와 같은 에러를 만났다.

Xcode 설정을 통해 쉽게 해결가능!
Xcode의 상단 탭에서 아래와 같은 순서로 수행한다.

Xcode - Preferences - Locations - Command Line Tools - Xcode 버전 선택

끝!