首页 > 其他 > 详细

react-native config.h is not found

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!