I can’t install the new project in IOS simulator. When I run
pod install
I get "FirebaseAuth requires CocoaPods version 1.12.0 which is not satisfied by your current version 1.11.3" message.
I have executed the below command to update pods but after this when I enter pod install it gives me the error.
sudo gem install cocoapods
2
Answers
brew upgrade cocoapods worked for me!
Run this command
brew cleanup -d -v
.Then run this command
brew install cocoapods