skip to Main Content

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


  1. Chosen as BEST ANSWER

    brew upgrade cocoapods worked for me!


  2. Run this command brew cleanup -d -v .

    Then run this command brew install cocoapods

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search