-
Notifications
You must be signed in to change notification settings - Fork 525
CocoaPods could not find compatible versions for pod "Stripe". #864
Comments
I am getting this error while run pod install [!] CocoaPods could not find compatible versions for pod "Stripe": In Podfile:
You have either:
|
Please Find my Pod file require_relative '../node_modules/react-native/scripts/react_native_pods' platform :ios, '13.0' target 'AStar8' do Flags change depending on the env values.flags = get_default_flags() use_react_native!( pod 'RNCCheckbox', :path => '../node_modules/@react-native-community/checkbox' pod 'react-native-video', :path => '../node_modules/react-native-video' pod 'RNSVG', :path => '../node_modules/react-native-svg' target 'AStar8Tests' do Enables Flipper.Note that if you have use_frameworks! enabled, Flipper will not work andyou should disable the next line.use_flipper!() # update this part post_install do |installer| end |
And here is my package.json file { |
@nitin251298 this project is no longer maintained. It is not compatible with current versions of react-native, and it is not compatible with current versions of Stripe has removed old versions of Stripe's cocoapods for security and compatibility reasons. I recommend you migrate to the official package from Stripe! See more: #842 |
Before I have submitted the issue
[ ] I have read an installation guide
[ ] I know that for an iOS I need to install pods because I've read the installation guide
[ ] I have read a linking guide and checked that everything is OK like in manual linking guide
[ ] I know that before using
tipsi-stripe
I need to set options for my app as described in usage guideThe problem
Briefly describe the issue you are experiencing (or the feature you want to see added to
tipsi-stripe
).Tell us what you were trying to do and what happened instead.
Environment
tipsi-stripe
version:tipsi-stripe
version where the issue was not reproduced (if applicable):com.google.firebase:firebase-core
version:com.google.android.gms:play-services-base
version:Links to logs and sources
Create a GIST which is a paste of your full logs or sources, and link them here.
If you are reporting a bug, always include build or error logs!
For
Android
, please provide the following sections fromandroid/app/build.gradle
:Screenshots, GIFs (Must to have)
Just drag-and-drop them to this textarea
Code To Reproduce Issue (Good To Have)
Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.
The text was updated successfully, but these errors were encountered: