problem with install pod
See original GitHub issueHi,
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:
- Created 5 years ago
- Reactions:6
- Comments:13 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@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.
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.