일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- chart.js
- swift 화면전환
- Excel
- MS-SQL
- 블록코딩
- largelanguagemodels
- ASP.NET MVC
- 한글깨짐
- python
- .csv
- MSSQL
- AIoptimization
- 코딩입문
- cc챔피언
- 초딩수학
- 아이코딩습관
- Aspose.cells
- 중학생코딩
- 일본여행
- Kakao API Address
- PromptEngineering
- 엔트리
- 중1코딩
- MYSQL
- 썸머노트
- league of legends
- httpclient timeout
- 오블완
- Android
- upbit
Archives
- Today
- Total
목록xcode 14.2 pod init 에러 (1)
DBA

1. PC에 설치 $ sudo gem install cocoapods 2. pod을 설치할 디렉토리 경로로 들어가서 pod file생성 $ pod init xcode 14.2 에서는 에러가 발생 한다. 해결 방법은 아래 그림과 같다. PROJECT > Identity Inspector > Project Document > Project Format : Xcode 13.0-compatible 로 변경 3. pod file을 열어서 편집 (편집기 안쓰고 그냥 폴더에서 더블클리하면 편하게 열림) 3. Podfile에 적어놓은 pod을 설치 $ pod install
[3] Development/Swift
2023. 1. 17. 15:52