일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Terminal
- initializer
- url
- 스위프트
- UIKit
- Foundation
- Xcode
- instance
- extension
- Class
- String
- delegate
- struct
- 코딩테스트
- 이니셜라이저
- init
- 디자인패턴
- IOS
- tuist
- interpace
- type
- Unicode
- property
- Method
- Protocol
- initalizer
- Swift
- optional
- Git
- enum
Archives
- Today
- Total
목록xcworkspace does not exist (1)
아리의 iOS 탐구생활

YAPP 동아리 Dev. Camp 1차때 팀원들과 함께 해결한 문제이다. # 문제 상황 Tuist로 프로젝트 생성을 하였다. 생성을 하니, .xcworkspace 파일이 자동으로 생성된 .gitignore에 포함되어있었다. 아마 충돌을 대비해서 추가해둔 것 같다. 이후 Xcode Cloud 적용을 위해서 빌드를 시도했는데, .xcworkspace를 찾을 수 없다는 에러가 났다. Swift Package Dependencies Workspace Fitfty.xcworkspace does not exist at Fitfty/Fitfty.xcworkspace 이 문제를 해결하기 위해서 .gitignore에 등록되어있는 .xcworkspace를 제거하자니 매우 찝찝하였다. 협업 시 충돌 피하자고 등록해둔 것 같..
Swift/문제해결
2022. 12. 7. 16:54