react-native 日常报错 'config.h' file not found 解决 方法

react-native 日常报错 'config.h' file not found 解决 方法_第1张图片
image.png

其实执行 .sh 命令之后Terminal界面的一些处理流程,我们不难看出,这个命令是check .h头文件的引用情况,然后建立关联关系

解决办法

先进入到根目录下
cd node_modules/react-native/third-party/glog-0.3.4

再执行

../../scripts/ios-configure-glog.sh
react-native 日常报错 'config.h' file not found 解决 方法_第2张图片
image.png

好了 你可以看到错误解决了
这是个日常错误

你可能感兴趣的:(react-native 日常报错 'config.h' file not found 解决 方法)