iOS/Swift 어플 따라하기

[swift] SDK? / cocoapods 설치

Chafle 2022. 3. 31. 22:46
반응형

 

SDK: Software Development Kit(=개발도구)

Firebase iOS SDK: firebase의 기능을 앱에 접목하기 위한 개발 도구입니다.

 

구글에서 만든 SDK는 대표적으로 cocoapods가 있습니다.

cocoapods는: 외부 라이브러리 관리 모듈입니다.

 

cocoapod은 외부 개발도구 or 라이브러리를 가져오는 역할

SDK를 cocoapods를 통해 라이브러리를 표현한다.

 

https://cocoapods.org/

 

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

 

아래 링크로 들어가셔서

1. 맥북에서 command+space바를 누릅니다.

2. terminal을 검색하고 실행합니다

3. sudo gem install cocoapods를 입력합니다.

4. password를 입력합니다.

5. 설치는 알아서 진행 됩니다.

 

 

이제 password를 입력해야 합니다.

 

본인의 맥북 시스템 password를 입력하면 됩니다.

 

엔터 치시면 바로 설치가 진행 됩니다.

 

중간에 생기는 오류에 대해서는

google님께 여쭤보시면 쉽게 답을 알아가실 수 있을 겁니다.

반응형