Answers for "update cocoapods ruby"

7

update cocoapods version mac

##CocoaPods manages library dependencies for your Xcode projects.
#install the latest stable version of cocoapods
$ sudo gem install cocoapods
#Update pod 
$ pod setup
#pod version
$ pod --version
#### Or ####
$ pod repo update
Posted by: Guest on September-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language