mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

Question: How to build AdyenPayment #71

Closed danmcmillen closed 2 years ago

danmcmillen commented 2 years ago

Hi, I hopefully have a quick question on how to build the Xcode project for AdyenPayment, this is due to the fact that a project I am working on might need to update the Adyen iOS/Android SDK versions due to https://docs.adyen.com/online-payments/visa-root-certificate-update

Note this is not an integration question of getting this SDK to work with a React Native project, but more so how to contribute to this project for iOS.

Specifically when opening https://github.com/mkharibalaji/react-native-adyen-payment/tree/master/ios/AdyenPayment.xcworkspace running a clean/build command I see the following errors

Screen Shot 2022-01-17 at 2 25 05 PM

I am assuming this is a dependency issue, where this project is not getting Adyen linked, I am not sure if I need to add a pod file (seems like I shouldn't since this is the library, also there is already a podspec file)

Any direction or guidance on this would be appreciated.

danmcmillen commented 2 years ago

I ended up just using swift packages to install adyen, was able to see auto complete and completions errors. I also recloned the project and opened it, it's loading as well. So must have been issue on my end, going to close this.