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

谁践踏了优雅 2022-05-12 16:48 298阅读 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 条评论,298人围观)

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

相关阅读