美文网首页
RN项目报错“RCTBundleURLProvider.h” f

RN项目报错“RCTBundleURLProvider.h” f

作者: 小刘_假装是个程序员 | 来源:发表于2017-11-23 11:38 被阅读0次

方法01

“RCTBundleURLProvider.h” file not found

从网上下载别人的ReactNative项目,打开iOS项目的时候,xcode会报错,提示:“RCTBundleURLProvider.h” file not found

解决方法:

  1. 打开Mac里面的终端,进入项目所在的文件夹目录;

  2. 把项目里面的 node_modules文件夹删除掉,然后执行
    npm install 命令

  3. npm install安装完成后, 执行react-native upgrade命令

最后重新打开Xcode,clean一下,应该就没有问题了,我的就是这么解决的。

方法02-------------
只要执行yarn link命令就可以解决

相关文章

网友评论

      本文标题:RN项目报错“RCTBundleURLProvider.h” f

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