Search code examples
iosflutterfirebase-authentication

FirebaseAuth requires CocoaPods version 1.12.0 which is not satisfied by your current version 1.11.3


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


Solution

    • brew upgrade cocoapods worked for me!

    • For M1 arch -arm64 brew upgrade cocoapods