일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 정보처리기사
- ios외부카메라연결
- 외부카메라감지
- 프로그래머스
- cancelstouchesinview
- Decodable
- AVFoundation
- 2018 KAKAO BLIND RECRUITMENT
- 정보처리기사 실기
- 카메라유선연결
- ios카메라유선연결
- ios외부디바이스연결
- 위클리챌린지
- parse
- Xcode
- programmers
- IOS
- ios캡처감지
- usb카메라연결
- JSONParser
- avcapturesession
- cocoapods
- JSON
- swift
- 정보처리기사 실기 요약본
- CustomCode
- UITableView
- ios캡처방지
- Pod
- Codable
- Today
- Total
iOS 개발일기
[Xcode] xcode-select: error: tool 'xcodebuild' requires Xcode 에러 해결 방법 본문
[Xcode] xcode-select: error: tool 'xcodebuild' requires Xcode 에러 해결 방법
맨날 까먹으니 적어두자 2024. 9. 29. 20:58프로젝트에 코코아팟 설치를 위해 'pod init' 해주니 아래와 같은 에러가 발생했습니다.
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
원인은 Command Line Tools 이 선택되어 있지 않아 발생하는 에러였습니다.
검색을 해본 결과 여러 방법이 있었지만 필자의 경우 Xcode 내에서 Command Line Tools 버전을 선택하는 방법으로 해결하였습니다.
Xcode → Setting → Locations → Command Line Tools → 버전 선택


참조
https://blog.naver.com/woogi100/221988990254
ERROR: xcode-select: error: tool 'xcodebuild' requires Xcode 오류 해결 [Ionic iOS 빌드 오류]
ERROR: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer d...
blog.naver.com
https://github.com/nodejs/node-gyp/issues/569
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a
EDITED FOR PEOPLE JUST GETTING HERE See #569 (comment) and #569 (comment), the warning can just be ignored. Command Line Tools works fine, you do not need the full Xcode. See https://github.com/nod...
github.com
'iOS > 에러 모음집' 카테고리의 다른 글
[Xcode] Sandbox: rsync.samba 에러 해결 방법 (2) | 2024.10.03 |
---|---|
[Xcode]`PBXGroup` attempted to initialize an object 에러 해결 방법 (0) | 2024.09.29 |
[Swift] Type 'ChartDataSet' does not conform to protocol 'RangeReplaceableCollection' 에러 해결 방법 (1) | 2024.09.25 |
[Xcode] SDK does not contain 'libarclite' 에러 및 아카이브 에러 해결 방법 (1) | 2024.09.24 |
[Xcode] M1 환경에서 발생하는 pod update 에러 해결 방법 (0) | 2022.03.18 |