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

RCTBridgeModule.h file not found #19

Open
msert29 opened this issue Nov 18, 2018 · 3 comments
Open

RCTBridgeModule.h file not found #19

msert29 opened this issue Nov 18, 2018 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@msert29
Copy link

msert29 commented Nov 18, 2018

I've followed the steps from README in order to add the library into my project however when I try building it, I always get the React/RCTBridgeModule.h file cannot be found error. I've ejected from a CRNA project.

@infoxicator infoxicator added the help wanted Extra attention is needed label Nov 19, 2018
@infoxicator
Copy link
Owner

Hi @msert29 I am not sure if this has anything to do with CRNA, but try first installing the plugin on a brand new project and then follow the installation instructions. I have seen that error before and still not sure what causes it.

@msert29
Copy link
Author

msert29 commented Nov 20, 2018

@infoxicator I've managed to solve the issue. CRNA uses cocoapods to manage dependencies. After install dependencies and doing react-native link react-native-star-prnt, Header search path for RNStarPRNT must be added. So simply adding the $(SRCROOT)/../../../ios/Pods/Headers/Public (Project NOT Target) fixes the issue with React/x library.

@anil1712
Copy link

anil1712 commented Mar 26, 2019

@msert29 Thanks, It worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants