'React/RCTBundleURLProvider.h' file not found错误的解决办法
程序员文章站
2022-05-01 17:52:42
'react/rctbundleurlprovider.h' file not found错误的解决办法
新建rn项目时在ios端用xcode跑时有时会遇到 'react/...
'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 命令安装依赖即可.
上一篇: iOS二维码扫描/识别
下一篇: Asp.net中GridView使用详解
推荐阅读
-
运行PHP出现No input file specified错误的解决办法
-
升级数据库时遇到的Text file busy错误解决办法
-
升级数据库时遇到的Text file busy错误解决办法
-
Linux centOS编译安装Apache报APR not found.错误的解决办法
-
'React/RCTBundleURLProvider.h' file not found错误的解决办法
-
Linux内核编译时出现fatal error: openssl/opensslv.h: No such file or directory错误的解决办法
-
Linux内核编译时出现fatal error: openssl/opensslv.h: No such file or directory错误的解决办法
-
使用IET_latex_template中遇到的错误'Package pdftex.def Error: File `XXX-eps-converted-to.pdf' not found: using draft setting'
-
MySQL启动ERROR! MySQL server PID file could not be found的解决办法
-
Linux centOS编译安装Apache报APR not found.错误的解决办法