CocoaPods: Difference between revisions
Jump to navigation
Jump to search
(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>...") |
|||
Line 22: | Line 22: | ||
==References== | ==References== | ||
* [https://medium.com/flawless-app-stories/create-your-own-cocoapods-library-da589d5cd270 Create your own CocoaPods library] | |||
* [https://stackoverflow.com/questions/55011171 Unable to load contents of file list] | * [https://stackoverflow.com/questions/55011171 Unable to load contents of file list] | ||
* [https://medium.com/flawless-app-stories/getting-started-with-reusable-frameworks-for-ios-development-f00d74827d11 Reusable Frameworks for iOS] |
Revision as of 20:55, 15 December 2019
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