美文网首页
[React Native 日常错误记录] 'config.h'

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

作者: Buddha_like | 来源:发表于2019-05-08 09:21 被阅读0次

[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 一下项目 从新编译即可

相关文章

网友评论

      本文标题:[React Native 日常错误记录] 'config.h'

      本文链接:https://www.haomeiwen.com/subject/ovmpoqtx.html