iOS/swift

09. [iOS/Swift] CocoaPosds  삭제하고 재설치 하기

drizzle0925 2021. 6. 14. 10:48
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