CocoaPods

From Chorke Wiki
Revision as of 02:16, 18 September 2019 by Shahed (talk | contribs) (Created page with "==Install== <source lang="bash"> pod --version pod repo update cd /opt/dev/cki_workspaces/ cd ./init_workspace/chorke-init-iosapp/ pod init vim Podfile pod install </source>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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