rnc-archive / react-native-webgl

DEPRECATED: use expo-gl – Implements WebGL for react-native
295 stars 73 forks source link

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

Closed pjustino closed 4 years ago

pjustino commented 5 years ago

Bug

After installing the npm packages I opened the iOS solution on XCode. When I build the solution it gives me the following error: 'React/RCTViewManager.h' file not found

image

Environment info

React native info output:

Environment:
  OS: macOS 10.14.4
  Node: 10.15.3
  Yarn: Not Found
  npm: 6.4.1
  Watchman: Not Found
  Xcode: Xcode 10.3 Build version 10G8
  Android Studio: Not Found

Packages: (wanted => installed)
  react: 16.0.0-alpha.12 => 16.0.0-alpha.12
  react-native: ^0.49.3 => 0.49.5

Steps To Reproduce

  1. clone repo
  2. npm i on the root and example folder
  3. Open iOS solution with XCode under the exampe folder and build
vcellu commented 5 years ago

I am getting the same problem... Any resolutions?

vcellu commented 5 years ago

resolved. I had to change iOS version to 9.0 in the podspec file

lego651 commented 4 years ago

Got the same issue. Tried to change iOS version to 9.0 in podspec file. No success...

lenichols commented 4 years ago

Still no update on this? Facing the same issue...

sensoft2207 commented 4 years ago

Any update on this? facing same issue