728x90
라이브러리 정리하기
1. Pods 제거
$ sudo gem install cocoapods-deintegrate cocoapods-clean
$ pod deintegrate
$ pod clean
$ rm Podfile
2. Podfile 생성
$ pod init
3. 설치
$ pod install
* 'pod deintegrate' 에 'No such file or directory' 에러
$ sudo gem install -n /usr/local/bin cocoapods
728x90
'iOS > swift' 카테고리의 다른 글
11. [iOS/Swift] 앱 사용자에게 업데이트 알람 표시하기 - Siren 라이브러리 (0) | 2021.06.18 |
---|---|
10. [iOS/Swift] FCM Push Notification 푸싱 알림 연동 하기 (0) | 2021.06.14 |
08. [iOS/Swift] M1 MacBook에서 Pod install 시 에러가 발생하는 경우 (0) | 2021.06.10 |
07. [iOS/Swift] CocoaPods과 Pod install 방법 (0) | 2021.06.10 |
06. [iOS/swift] 개발자 등록없이 내 아이폰에 테스트앱 설치하기 (0) | 2021.06.07 |