React Native 日常报错 'config.h' file not found

ゝ一纸荒年。 2022-01-11 17:01 348阅读 0赞

这里写图片描述

解决方法:

  1. cd node_modules/react-native/third-party/glog-0.3.4
  2. ../../scripts/ios-configure-glog.sh
  3. 1
  4. 2

clean the project and build again, the error is gone

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

发表评论

表情:
评论列表 (有 0 条评论,348人围观)

还没有评论,来说两句吧...

相关阅读