1. cocoa pod 설치
sudo gem install cocoapods
pod setup --verbose
2. 초기화 명령
터미널에서 프로젝트 경로로 이동하여 초기화 명령어를 실행 해준다
pod init
3. podfile 켜서 라이브러리 내용 작성
open -a Xcode Podfile
4. 작성 완료 후 설치
pod install
도움되는 링크
https://jepark-diary.tistory.com/24 [JEP's Diary]
'개발 > 개발' 카테고리의 다른 글
[iOS] - Alert 알림창 띄우기 (Alert Style) - 1 (0) | 2019.08.11 |
---|---|
[iOS] - Swift 에서 Random 함수 이용하여 난수 생성하기 (0) | 2019.08.09 |
[iOS] - SWRevealViewController 사이드메뉴 사용 방법 (0) | 2019.08.02 |
[Swift] - 오류 처리 (0) | 2019.07.31 |
[Swift] - Closure (클로저) (0) | 2019.07.30 |