CocoaPod 설치
설치. $ sudo gem install cocoapods 생성하려고 하는 프로젝트 디렉토리로 이동후 Profile파일 생성 $ pod init 이후, 프로젝트를 열어보면 Profile이 생성되어 있을 것임. Profile에 설치 하려고 하는 라이브러리 를 입력함 그뒤, 설치를 함 $pod install 설치한 Pod을 프로젝트에서 사용하기 위해서는 .xcodeproj 가 아니라 .xcworkspace 파일로 프로젝트 실행. //추가로 brew 설치. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" //pod cache delete ******* $pod cache clean NMa..
iOS/swift
2021. 8. 9. 13:49