페이지

2017년 5월 17일 수요일

cocoapods install and delete

install pods

$ pod init
//make Podfile
$ sudo nano Podfile
$ pod install


delete pods
$ sudo gem install cocoapods-deintegrate cocoapods-clean
$ pod deintegrate
$ pod clean
$ rm Podfile

댓글 없음:

댓글 쓰기