[React Native 日常错误记录] 'config.h' file not found

[React-native 踩坑全集 问题记录]

  1. 删除 rncache, 清理缓存文件
$ rm -rf node_modules/ && yarn cache clean && yarn install and rm -rf ~/.rncache

2.在 rncache 文件夹中 安装第三方文件

$ cd node_modules/react-native/scripts
$ ./ios-install-third-party.sh
  1. Xcode clean 一下项目 从新编译即可
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容