본문 바로가기
Development

CocoaPods 설치하기

by Dev Arthur 2024. 2. 16.

<'코코아팟' 이란?>

스위프트와 오브젝트C의 외부 라이브러리 관리 프로그램

 

<코코아팟 설치하기>

1. 코코아팟 설치 확인하기

pod --version

2. 코코아팟 설치하기

※ 참고 사이트: https://guides.cocoapods.org/using/getting-started.html#installation

 

CocoaPods Guides

CocoaPods is fully open-sourced, so it depends on community contributions to get better. If you're looking to start working on CocoaPods, this is the place to start.

guides.cocoapods.org

2-1. 터미널에 다음 명령어 입력

sudo brew install cocoapods
반응형