Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker
- aws
- Linux
- Spring
- tucker의 go 언어 프로그래밍
- mysql 튜닝
- kotlin coroutine
- AWS EKS
- 코틀린 코루틴의 정석
- kotlin
- Elasticsearch
- 오블완
- APM
- Kubernetes
- PETERICA
- kotlin querydsl
- 티스토리챌린지
- CKA 기출문제
- Java
- 기록으로 실력을 쌓자
- 공부
- minikube
- CloudWatch
- golang
- AI
- CKA
- Pinpoint
- 정보처리기사실기 기출문제
- 정보처리기사 실기 기출문제
- go
Archives
- Today
- Total
목록xcodebuild error (1)
피터의 개발이야기

ㅁ 들어가며 ㅇ 패러럴즈 데스크탑 19 크랙에서 크랙 적용 단계에서 xcode 에러가 발생하여 트러블 슈팅 이력을 남긴다. ㅁ 에러 내용 xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance ㅇ xcodebuild는 Xcode가 필요하지만 개발자 디렉터리 '/Library/Developer/CommandLineTools'는 명령줄 도구 인스턴스인 오류이다. ㅁ 해결방법 $ sudo xcode-select -s /Applications/Xcode.app/Contents/Develop..
개발이야기
2024. 1. 12. 15:11