美文网首页
React Native 'config.h'

React Native 'config.h'

作者: HowieDev | 来源:发表于2018-11-27 21:42 被阅读8次

React Native 'config.h' file not found

config.h file

解决方法如下:

cd 到项目目录下执行如下操作:

cd node_modules/react-native/third-party

cd glog-xxx版本,执行下面命令

../../scripts/ios-configure-glog.sh

重新clear一下Xcode ,再Build即可。

相关文章

网友评论

      本文标题:React Native 'config.h'

      本文链接:https://www.haomeiwen.com/subject/nzonqqtx.html