-
Notifications
You must be signed in to change notification settings - Fork 12
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
#import React/RCTBridgeModule.h not found #16
Comments
Later on, I figured out the above was related to Header Search Path of the RNWikitude subproject. However, after fixing that, I'm getting another error that suggests the manual linking had no effect:
Was anyone able to get this working on ios? Thanks |
Ok, I was able to make it work in the end - I will publish tomorrow a full guide to save others from going through the same process. |
As the react-native link won't really work on ios,
I hope it's less painful now, using these steps. |
Hey @AndreiArba - thanks for providing detailed notes and steps but unfortunately they did not work for me. I am facing below issues with React Native version 0.60.4. Below are my pointers:
@MichaelPote @JanOwiesniak @FJLessing - please provide any resolutions for this. Thanks a lot. |
Hi ! here is my workaround
i'm using react-native 0.59, xcode 11, WikitudeSDK 9.5 |
Hello,
While integrating this library on ios with react-native ~0.57, I reached the same issue as described in this isssue #8.
After manually adding the .framework folder in node_modules, I'm having an import React/RCTBridgeModule.h not found in RNWikitude.h:15. Did anyone else encounter this issue?
Thanks in advance,
Andrei
The text was updated successfully, but these errors were encountered: