Answers for "warning: cocoapods not installed."

0

error install cocoapods

brew cleanup -d -v 
 
brew install cocoapods
 
#Note: If you see failed to link then run
brew link cocoapods
Posted by: Guest on April-30-2021
1

flutter doctor - CocoaPods installed but not working

curl -L https://get.rvm.io | bash -s stable
rvm install ruby-2.6
rvm use ruby-2.6.5
rvm --default use 2.6.5
sudo gem update
sudo gem install ffi
brew install libffi
sudo gem install cocoapods
pod setup
Posted by: Guest on June-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language