【转】React Native Config.h not found ( glog-0.3.4 )

react

原文网址:https://stackoverflow.com/questions/50836558/react-native-config-h-not-found

I'm beginner of React native developer.

After create new project then open it.

xcode is display error config.h file not found in mutex.h file. I'm also search in google and try possible solution but still display same error.

I got it fixed by following this steps:

  1. Close Xcode.
  2. cd <Project-Folder>/node_modules/react-native/third-party/glog-0.3.4
  3. Run ./configure

  4. Run make

  5. Run make install

  6. Open Xcode and try building the Project.

Hope this solves the issue

以上是 【转】React Native Config.h not found ( glog-0.3.4 ) 的全部内容, 来源链接: utcz.com/z/382608.html

回到顶部