1. sudo gem install cocoapods
Cocoapods 설치
2. pod setup
3. pod init
해당 디렉토리에서 pod를 초기화 해줌(Podfile 자동 생성)
4. pod install
'언어 > Objective - C' 카테고리의 다른 글
[Error] CSR algorithm/size incorrect. Expected: RSA(2048) - 인증서 오류 (0) | 2017.05.30 |
---|---|
[Error] 라이브러리 추가 시 Pods written in Swift can only be integrated as frameworks... (0) | 2017.04.13 |
[Error] Could not insert new outlet connection: Could not find any information for the class named (0) | 2017.03.24 |
[Error] ARC forbids explicit message sent... (0) | 2017.03.18 |
viewDidUnload (0) | 2017.03.17 |