React Native 0.40 #import <React/RCTBundleURLProvider.h> 找不到除 Debug 之外的构建配置文件
Posted
技术标签:
【中文标题】React Native 0.40 #import <React/RCTBundleURLProvider.h> 找不到除 Debug 之外的构建配置文件【英文标题】:React Native 0.40 #import <React/RCTBundleURLProvider.h> doesn't find the file for build configuration other than Debug 【发布时间】:2017-01-26 10:19:34 【问题描述】:假设我创建了一个新的构建配置“调试副本”,它实际上是“调试”配置的副本。 如果我选择“调试”配置一切正常(项目编译),但如果我选择“调试复制”项目不会编译错误'React/RCTBundleURLProvider.h'文件未找到。 我需要多个构建配置,并且在 0.39 版本中一切正常。
Link to Github Issue
【问题讨论】:
【参考方案1】:我在 0.41 RN 新项目中遇到了同样的问题,我删除了 node_modules 并重新安装了 npm,它又开始工作了。
【讨论】:
在 react-native 版本 0.41.2 nogo 上试过这个......有什么建议吗?谢谢 我在使用 RN 0.44 时遇到了同样的问题。删除了 node_modules,重置缓存,重置守望者,都没有修复它。 这里有同样的问题。以上是关于React Native 0.40 #import <React/RCTBundleURLProvider.h> 找不到除 Debug 之外的构建配置文件的主要内容,如果未能解决你的问题,请参考以下文章
React Native 的 Firebase 初始错误(无法读取未定义的属性“getItem”)
[React Native] Reduce Long Import Statements in React Native with Absolute Imports
使用 Jest 和 @testing-library/react-native 测试 React Native 项目时出现“SyntaxError: Cannot use import stateme