首页 > Web开发 > 详细

'React/RCTBundleURLProvider.h' file not found

时间:2018-11-03 22:23:33      阅读:154      评论:0      收藏:0      [点我收藏+]

‘React/RCTBundleURLProvider.h‘ file not found

 

新建RN项目时在iOS端用xcode跑时有时会遇到 ‘React/RCTBundleURLProvider.h‘ file not found 错误,遇到这种错误一般有一下几种情况:

1. 没有执行 npm install 命令,没有安装依赖,此时执行 npm install 安装依赖即可.

2. 依赖已经安装,但还是会报这个错,此时将项目下node_modules文件夹删除,再次执行 npm install 命令安装依赖即可.
---------------------
作者:clf_programing
来源:CSDN
原文:https://blog.csdn.net/qq_33323251/article/details/79489179
版权声明:本文为博主原创文章,转载请附上博文链接!

'React/RCTBundleURLProvider.h' file not found

原文:https://www.cnblogs.com/honeynm/p/9902235.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!