stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

facing issue in pods

Open PrudhviBanki opened this issue 2 years ago • 1 comments

[!] CocoaPods could not find compatible versions for pod "StripePayments": In Podfile: stripe-react-native (from ../node_modules/@stripe/stripe-react-native) was resolved to 0.33.0, which depends on StripePayments (~> 23.16.0)

None of your spec sources contain a spec satisfying the dependency: StripePayments (~> 23.16.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.

PrudhviBanki avatar Oct 31 '23 06:10 PrudhviBanki

This helped me. https://github.com/stripe/stripe-react-native/issues/1116#issuecomment-1312067936

AntonMoldakov avatar Nov 01 '23 08:11 AntonMoldakov