Odevio-CLI icon indicating copy to clipboard operation
Odevio-CLI copied to clipboard

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

Open SwiftSpotter opened this issue 2 years ago • 1 comments

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.

SwiftSpotter avatar Nov 16 '23 02:11 SwiftSpotter

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

tchavetdeuse avatar Nov 20 '23 08:11 tchavetdeuse