cocoapodshomebrew

How to update cocoapod version using brew


I've installed cocoapods by this - https://apple.stackexchange.com/questions/418222/installing-cocoapods-to-macos-catalina/418230#418230

It istalled cocoapods v1.5.2. Now I want to update the version to the latest v1.10.0.

So I've used -

brew upgrade cocoapods

I've also tried this -

brew install cocoapods@1.10.0

But I'm getting -

Error: This command updates brew itself, and does not take formula names.
Use `brew upgrade cocoapods` instead.
Fahims-Mac-mini:~ fahimrahman$ brew upgrade cocoapods
Fahims-Mac-mini:~ fahimrahman$ brew upgrade cocoapods
Fahims-Mac-mini:~ fahimrahman$ brew install cocoapods@1.10.0
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "cocoapods@1.10.0".
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.

Also tried this -

sudo gem install cocoapods 

but still is not working on my device. So How can I update the cocoapods version using brew?


Solution

  • You can't do much with homebrew.
    Homebrew allows installing v1.10.1 only

    In my case fix this issue by updating ruby to 2.7 to install cocoapods v1.10.0.

    rvm install ruby-2.7
    

    Note: Use the specific version of ruby as per your macOS compatibility