1

I'm trying to launch project from github and this problem occurs: error

Error occurs after running via react-native run-ios I tried to launch it on different simulators - didn't work Reinstalling node_models - didn't work react-native upgrade - didn't work

Daniil Kunin
  • 143
  • 1
  • 12

3 Answers3

2

Here's what you need to do go to your cd to node_modules/react-native/third-party/glog-0.. and run ./configure

sourabh dadapure
  • 192
  • 2
  • 14
1

If you have any working react-native project then copy node_modules/react-native/ folder and replace with current project..

I know it's not a solution but that's how I am doing it right now. I am also looking for solution. Right now, it's working for me with this.

Shashin Bhayani
  • 1,551
  • 3
  • 16
  • 37
0

for me switching version of XCode worked great (from 10.1 to 9.2), while none of any other methods from the web did

thank you all

Daniil Kunin
  • 143
  • 1
  • 12