Skip links

Solved: CocoaPods could not find compatible versions for pod “FlipperKit/CppBridge”:

Getting this or a similar error while running installing pod for the first time?

Error

[!] CocoaPods could not find compatible versions for pod “FlipperKit/CppBridge”:
In Podfile:
FlipperKit/CppBridge (= 0.99.0)

None of your spec sources contain a spec satisfying the dependency: FlipperKit/CppBridge (= 0.99.0).

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Solution

  • pod install --repo-update
  • Leave a comment