RN 运行ios端出现third-party: 'config.h' file not found 解决方案这个是常见错误,只需要在项目根目录下运行以下命令即可解决:
cd node_modules/react-native/third-party/glog-0.3.4
../../scripts/ios-configure-glog.sh
cd node_modules/react-native/third-party/glog-0.3.4
../../scripts/ios-configure-glog.sh
展开
评论
点赞