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

See original GitHub issue

[!] CocoaPods could not find compatible versions for pod “react-native-document-picker”: In Podfile: react-native-document-picker (from ../node_modules/react-native-document-picker)

Specs satisfying the react-native-document-picker (from …/node_modules/react-native-document-picker) dependency were found, but they required a higher minimum deployment target.

Podfile platform :ios, ‘9.0’

“version”: “3.5.1”

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:25 (4 by maintainers)

github_iconTop GitHub Comments

147reactions
danilojpferreiracommented, Jun 13, 2020

I make this steps to work:

  1. Rollback to 3.4.0 version: yarn add react-native-document-picker@3.4.0
  2. Reinstall pods: cd ios && pod deintegrate && pod install --repo-update
  3. Update to version 3.5.1: yarn add react-native-document-picker
  4. Update pods without deintegrate: cd ios && pod install --repo-update
54reactions
vonovakcommented, Jun 12, 2020

not sure what is wrong, I cannot reproduce this, maybe try pod install --repo-update or https://github.com/CocoaPods/cocoapods-deintegrate

Read more comments on GitHub >

github_iconTop Results From Across the Web

could not find compatible versions for pod - Stack Overflow
First, check your Podfile.lock and make sure no conflict with the spec constraints. I encounter this issue with strange pod dependency, and ...
Read more >
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 could not find compatible versions for pod ...
Solution · Go to ios/Pods/Local Podspevs directory in your project · Check every json file to find highest required ios version. Mine was...
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.
Read more >
iOS : CocoaPods could not find compatible versions for pod ...
iOS : CocoaPods could not find compatible versions for pod "Firebase/CoreOnly" [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] ...
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