stripe-react-native
stripe-react-native copied to clipboard
facing issue in pods
[!] 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 updateor withpod install --repo-update. - mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
This helped me. https://github.com/stripe/stripe-react-native/issues/1116#issuecomment-1312067936