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

#import "RCTBundleURLProvider.h" not found #7

Open
hebiao064 opened this issue Mar 10, 2017 · 3 comments
Open

#import "RCTBundleURLProvider.h" not found #7

hebiao064 opened this issue Mar 10, 2017 · 3 comments

Comments

@hebiao064
Copy link

No description provided.

@SnehaGindi
Copy link

Open 'Build Settings', search 'Header Search Path'.

Double click next to 'Header Search Path', where other properties have a 'yes' or 'no'

Now add the following to "Header Search Path" (under Build Settings):

$(SRCROOT)/../node_modules/react-native/React

Make it recursive.

@lin-hun
Copy link

lin-hun commented May 24, 2017

0.44 always

@mariolyon
Copy link

run npm install first, to install the needed header file

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

4 participants