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

react-native config.h is not found

时间:2019-01-28 18:22:18      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:nbsp   creat   terminal   from   solution   node   red   cache   hat   

Running into the same issue here after upgrading from 0.44. None of the above solutions or clearing caches did the trick for me. Here‘s what I did to get things working again:

  • In the Terminal, navigate to the react-native/third-party/glog folder inside node_modules (for me, this was cd node_modules/react-native/third-party/glog-0.3.4)
  • Once actively in this folder, run ../../scripts/ios-configure-glog.sh
  • Glog is configured and the required config.h header file is created for Xcode to find
  • cd node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh && cd ../../../..

react-native config.h is not found

标签:nbsp   creat   terminal   from   solution   node   red   cache   hat   

原文地址:https://www.cnblogs.com/mooniitt/p/10331218.html

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