Answers for "install cocoapods on mac catalina"

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
7

install cocoapods

$ sudo gem install cocoapods
Posted by: Guest on April-27-2020

Code answers related to "install cocoapods on mac catalina"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language