Cocoapod을 설치했는데 실수로 최신버전을 설치했을 경우에
두 가지 버전의 cocoapod이 설치되어 있는 경우가 있다
그때 한 버전을 제거해야 하는데
gem list --local | grep cocoapods
위의 명령어로 설치된 cocoapods 리스트를 가져온 후에
gem uninstall cocoapods -v 0.20.2
처리할 수 있다
특정 cocoa pod을 제거하고 싶으면
gem uninstall cocoapods
gem uninstall cocoapods-core
gem uninstall cocoapods-downloader
출처 : http://superuser.com/questions/686317/how-to-fully-uninstall-the-cocoapods-from-the-mac-machine
'Open Source' 카테고리의 다른 글
CocoaPod Reset (0) | 2016.02.16 |
---|
WRITTEN BY
트랙백 0개
,
댓글 0개가 달렸습니다.