-
Notifications
You must be signed in to change notification settings - Fork 122
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
[BUG] Version 3.8.0 and 3.8.1 does not compile with React Native #305
Comments
Hi @andersboe , Thanks for reaching out!. This problem seems to be common in the React Native community, can you try the suggestions in the GitHub React Native community issue and let us know if it doesn't solve the issue?. Mohamed |
Thanks for the suggestion! Removing |
Thanks a lot for verifying this solution @andersboe ! I am going to close this ticket for now. |
I fixed this error by removing the ""$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)"" entry from LIBRARY_SEARCH_PATHS in project.pbxproj file. |
Just curious, are you using any open source bridge for react-native and this adyen drop in pod? |
Nope, we did not find any suitable bridges, so made one ourselves. |
@andersboe is it open source by any chance? We are almost about to do the same as this one we used before is quite outdated. https://www.npmjs.com/package/react-native-adyen-drop-in Just found this very new project, wow! Maybe need to check this one out 🤔 First release 17 days ago and just updated yesterday! |
Unfortunately not, but it seems like that project might be worth looking at! |
Describe the bug
Hi! After bumping the version from 3.7.0, the app does not compile any longer. (Both device and simulator)
It seems to be related to React Native and the latest Adyen update which uses SwiftUI.
Error message:
To Reproduce
Steps to reproduce the behavior:
create-react-native-app
I have already done step 1-3 for you if you want to check it out: https://github.com/andersboe/adyen-react-native-bug
Expected behavior
Being able to compile the project 😄
Smartphone (please complete the following information):
Additional context
Build using the lates version of Xcode (12.2)
The text was updated successfully, but these errors were encountered: