CocoaPods.org
CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby install can require you to use sudo when installing gems. Further installation instructions are in the g
cocoapods.org
터미널에서 다음 명령어들을 이용해 설치 할 수 있다.
sudo gem install cocoapods
pod setup --verbose
--verbose 는 cocoapods의 master branch를 pull할 수 있게 해준다.
제대로 설치되었는지 확인하기 위해서
pod -- version
을 입력한다.
여기서는 1.11.2 버전이 설치되었음을 확인 할 수 있다.
'기타' 카테고리의 다른 글
constant file (0) | 2022.01.12 |
---|---|
Pods 적용과정에서 발생가능한 문제들 (0) | 2022.01.11 |
Podfile, Xcode 프로젝트에 적용하기 (0) | 2022.01.11 |
warning: adding embedded git repository: ... (0) | 2021.11.30 |