'React/RCTBundleURLProvider.h' file not found

Posted honeynm

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了'React/RCTBundleURLProvider.h' file not found相关的知识,希望对你有一定的参考价值。

‘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的主要内容,如果未能解决你的问题,请参考以下文章

echarts合并地图,把中国各个省份分成'华北','东北','华东','华中','华南','西南',&

ajax返回一个Map类型数据'a':'1','b':'2','c':'3'怎么取值?

python爬取百度翻译返回:{'error': 997, 'from': 'zh', 'to': 'en', '

XP系统中的''netstat''命令中无法查看到使用UDP协议的端口的''state''信息、''state'

牛顿的介绍

python 列表操作