码迷,mamicode.com
首页 > 其他好文 > 详细

【转】React Native Config.h not found

时间:2019-12-26 13:30:35      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:fixed   log   ons   modules   evel   stack   react   figure   iss   

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

标签:fixed   log   ons   modules   evel   stack   react   figure   iss   

原文地址:https://www.cnblogs.com/wi100sh/p/12101266.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!