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

原文网址: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

posted on 2019-12-26 11:50  wi100sh  阅读(316)  评论(0编辑  收藏  举报

导航