【转】React Native Config.h not found

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

猜你喜欢

转载自www.cnblogs.com/wi100sh/p/12101266.html