Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods could not find compatible versions for pod "react-native-adyen-payment" #2

Closed
duynd1 opened this issue Dec 27, 2019 · 2 comments

Comments

@duynd1
Copy link

duynd1 commented Dec 27, 2019

Hi!
After running :
pod install
I get an error like this.
[!] CocoaPods could not find compatible versions for pod "react-native-adyen-payment":
In Podfile:
react-native-adyen-payment (from ../node_modules/react-native-adyen-payment)

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

Please help me!! I try to follow this steps but not working
"react-native": "0.61.4" , platform :ios, '9.0'

@mkharibalaji
Copy link
Owner

Hi @duynd1 ,
Minimum s.ios.deployment_target = '10.0' for Adyen ,so i bumped it to 11 in react-native-adyen-payment podspec to 11.I haven't tested it on 10,but it should work.Currently the minimum version set in react-native-adyen-payment.podspec is 11.

        Please raise a PR if it works in platform : ios '10' by changing the file react-native-adyen-payment.podspec

@duynd1
Copy link
Author

duynd1 commented Dec 30, 2019

Hi @mkharibalaji ,
It's working , when I set version is 11. Thank you for your help!

@duynd1 duynd1 closed this as completed Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants