- 删除 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
- Xcode clean 一下项目 从新编译即可
$ 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
本文标题:[React Native 日常错误记录] 'config.h'
本文链接:https://www.haomeiwen.com/subject/ovmpoqtx.html
网友评论