Answers for "you appear to have cocoapods installed but it is not working. this can happen if the version of ruby that cocoapods was installed with is different from the one being used to invoke it."

1

how to check if cocoapods is installed

pod --version
Posted by: Guest on June-18-2020
0

flutter cocoapods not installed

If with sudo its failing,First download and install brew 
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
step 1 brew install cocoapods
step 2 sudo arch -x86_64 gem install ffi
step 3 arch -x86_64 pod install
Posted by: Guest on November-30-2021

Code answers related to "you appear to have cocoapods installed but it is not working. this can happen if the version of ruby that cocoapods was installed with is different from the one being used to invoke it."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language