RN - Unable to find a specification for `FlipperKit (ALL_VERSION)`

316 Views Asked by At

my project has an error in flipper's pod install, I've tested several versions and I've run pod install --repo-update but without any effect.

My Project:

"react": "16.13.1", "react-native": "0.63.5",

Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] Unable to find a specification for `FlipperKit (~> 0.54.0)`

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

pod install --repo-update - unsuccessfully

In podfile use_flipper!({ 'Flipper' => '0.96.0', 'Flipper-Folly' => '~> 2.6', 'Flipper-RSocket' => '~> 1.4' }) but unsuccessfully

0

There are 0 best solutions below