- 删除 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