CocoaPods

From Chorke Wiki
Revision as of 21:55, 15 December 2019 by Shahed (talk | contribs) (→‎References)
Jump to navigation Jump to search

Install

pod --version
pod repo update
cd /opt/dev/cki_workspaces/
cd ./init_workspace/chorke-init-iosapp/
pod init
vim Podfile 
pod install

Fixing

pod deintegrate
sudo gem install cocoapods-clean
cd /opt/dev/cki_workspaces/
cd ./init_workspace/chorke-init-iosapp/
pod clean
pod setup
pod install

References