question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:

  1. yarn add @stripe/stripe-react-native
  2. cd ios && pod install
  3. See error

Expected behavior pod installed without any error

Screenshots image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
Eli-Nathancommented, May 3, 2022

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 😄

2reactions
robschwitzercommented, Sep 13, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found