Answers for "flutter doctor - CocoaPods installed but not working"

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 "flutter doctor - CocoaPods installed but not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language