BonnierNews / react-native-3d-model-view

A React Native view for displaying 3D models
MIT License
215 stars 57 forks source link

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

Open pjustino opened 5 years ago

pjustino commented 5 years ago

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 commented 4 years ago

@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 commented 4 years ago

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