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

'React/RCTViewManager.h' file not found #23

Open
pjustino opened this issue Aug 2, 2019 · 2 comments
Open

'React/RCTViewManager.h' file not found #23

pjustino opened this issue Aug 2, 2019 · 2 comments

Comments

@pjustino
Copy link

pjustino commented Aug 2, 2019

Hi,

I cloned the repo and tried to run the example but the build fails on xcode with this error:

'React/RCTViewManager.h' file not found

Can you please help?

@newah
Copy link

newah commented Sep 24, 2019

@pjustino are you using Pods for React?

I started using RN 0.60.5. wasn't able to add react-native-3d-model-view via pods, so linked manually. had same issue. needed to:

  1. go to RCT3DModel project
  2. build settings
  3. in Header Search Paths add $(SRCROOT)/../../../ios/Pods/Headers/Public

since my React headers are coming from Pods

@danielBIT
Copy link

I also face that issue. adding the header paths didnt solve it. Is there another solution?

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

3 participants