CocoaPods could not find compatible versions for pod "stripe-react-native"
See original GitHub issue### When pod install inside the ios directory then getting error
[!] CocoaPods could not find compatible versions for pod "stripe-react-native":
In Podfile:
stripe-react-native (from `../node_modules/@stripe/stripe-react-native`)
Specs satisfying the `stripe-react-native (from `../node_modules/@stripe/stripe-react-native`)` dependency were found, but they required a higher minimum deployment target.
To Reproduce Steps to reproduce the behavior:
- yarn add @stripe/stripe-react-native
- cd ios && pod install
- See error
Expected behavior pod installed without any error
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
pod install ... CocoaPods could not find compatible versions ...
Usually this error happens when you have an earlier version of the Stripe pod already installed, and then add (or update) a JS...
Read more >CocoaPods fails with stripe-react-native : r/reactnative - Reddit
I've just installed recent release of stripe-react-native which is v0.1.4. ... CocoaPods could not find compatible versions for pod ...
Read more >ios - CocoaPods could not find compatible versions for pod ...
I am getting this error when I am trying to run my React Native app in iOS: [!] CocoaPods ...
Read more >I am getting the "CocoaPods could not find compatible ...
I am getting the "CocoaPods could not find compatible versions" error. Please make sure that your app meets Shake SDK minimum requirements. Mark...
Read more >cocoapods could not find compatible versions for pod "rct-folly"
You are seeing this error because either: - Versions in the Podfile.lock cached by EAS do not match required values in Podspecs of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Worth noting that if you hit this issue in 2022 then you may need to specify
12
as the minimum rather than 11 mentioned above 😄For anyone migrating from
tipsi-stripe
and facing this issue even after making sure the iOS platform is set to 11:i had to remove tipsi-stripe before running
pod install
, was fine after that