美文网首页
React/RCTBundleURLProvider.h'

React/RCTBundleURLProvider.h'

作者: 夭Y夭 | 来源:发表于2018-11-01 09:16 被阅读15次

    '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 命令安装依赖即可.

    ---------------------

    原文:https://blog.csdn.net/qq_33323251/article/details/79489179

    相关文章

      网友评论

          本文标题:React/RCTBundleURLProvider.h'

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