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.

problem with install pod

See original GitHub issue

Hi,

I have problem with install pod for ios. I run

  • yarn add react-native-sensitive-info
  • react-native link react-native-sensitive-info next I go to folder ios and run pod install

I have the message.

Fetching podspec for `react-native-sensitive-info` from `../node_modules/react-native-sensitive-info`
[!] CocoaPods could not find compatible versions for pod "react-native-sensitive-info":
  In Podfile:
    react-native-sensitive-info (from `../node_modules/react-native-sensitive-info`)

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

What is wrong?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
dcalhouncommented, Jun 13, 2019

@savelichalex there is no reason for the 9.1 requirement. It was rolled back to 8.0. However, there appears to have been an oversight and the podspec file was not correctly rolled back.

I will try to open a PR soon to fix this issue.

4reactions
khorarkcommented, Mar 13, 2019

Hi! React-native-sensitive-info need min target ios version 9.1 . Please, open your Podfile and check ios version. Should be “platform :ios, ‘9.1’” or hight.

Read more comments on GitHub >

github_iconTop Results From Across the Web

cocoapods - Error on pod install - Stack Overflow
solved it on my own the trick was to use $sudo rm -rf ~/.cocoapods to clean the cocoapods master repo and then pod...
Read more >
Troubleshooting - CocoaPods Guides
If you are installing on macOS 10.9.0-10.9.2, you may run into an issue when ... Check if the pod header files are correctly...
Read more >
Got error while trying pod install · Issue #10220 - GitHub
1- Go to your applications > utilities folder. · 2- Right click and click "Get Info" on your terminal app · 3- Check...
Read more >
Trouble with installing cocoapods | Apple Developer Forums
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it....
Read more >
How to fix “pod install” error in React Native on Mac M1
Run again the same command React Native suggested you earlier, but using Apple's Rosetta 2: cd ./AwesomeApp/ios && sudo arch -x86_64 pod install...
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