We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
@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:
$(SRCROOT)/../../../ios/Pods/Headers/Public
since my React headers are coming from Pods
Sorry, something went wrong.
I also face that issue. adding the header paths didnt solve it. Is there another solution?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: