GithubHelp home page GithubHelp logo

Comments (2)

skurgansky-sugarcrm avatar skurgansky-sugarcrm commented on June 12, 2024 1

it helped. thanks
i tried to do it before but it was emitting an error. same as pod install --repo-update
I used to have ruby 2.7.5 then i switched ruby to 3.1.2 and installed cocoapods. After i got same error and posted this issue. Today pod repo update worked for me..

from socketrocket.

cipolleschi avatar cipolleschi commented on June 12, 2024

Hi @skurgansky-sugarcrm the error is also explaining what you have to do:

out-of-date source repos which you can update with pod repo update or with pod install --repo-update.

When you install Cocoapods, you also clone the Cocoapods spec repository (a repository with all the podspecs) locally.
When a new version of a pod is released, Cocoapods only updates the central repository with the new podspec (it can't go to your local machine and update it for you).
So, the error you are facing, is that you have a local versions of the spec which does not know that it exists a version 0.6.1 of SocketRocket, and the installation fails.

By running pod repo update you will update your local clone of the spec repository, fetching the new spec for SocketRocket 0.6.1.
After that, you can go back using pod install normally.

Hope this helps!

from socketrocket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.