Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. #45

Open
SwiftSpotter opened this issue Nov 16, 2023 · 1 comment

Comments

@SwiftSpotter
Copy link

I am facing an issue with running pod install for my Flutter project. The error message I receive is:
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update

Error running pod install
Error launching application on iPhone 14.

Steps to Reproduce:

Run flutter run.
Observe the error during the pod install step.

Expected Behavior:
The project should build and run without encountering the mentioned CocoaPods issue.

Note:
I have tried the following steps to resolve the issue:

Running pod repo update and pod install --repo-update.
Updating Ruby to version 2.7.4 and reinstalling CocoaPods.
Any help or guidance on resolving this issue would be greatly appreciated.

@tchavetdeuse
Copy link
Collaborator

Hi, it looks like this is an issue with your project configuration. Can you try deleting your podfile.lock and running pod install ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants