React/RCTAssert.h 文件在 react-native-matomo 中找不到
React/RCTAssert.h file not found in react-native-matomo
尝试将我的 RN 更新到 0.62.2 并使用自述文件中的 podspec 命令link将其编辑到我的项目中。但是一旦尝试 运行 应用程序,就会出错
'React/RCTAssert.h file not found'
尝试了各种方法 link,清理项目。但是 none 起作用了。
如果我删除 RCTLog.h 中的导入,则显示未找到其他依赖项,因此基本原因是插件。
有解决此问题的想法吗?
这是对我有用的解决方案。
Pods-->BNFMatomo--> Search Header Search Paths --> Add "${PODS_ROOT}/Headers" -->改为recursive
感谢
https://github.com/BonifyByForteil/react-native-matomo/issues/47
尝试将我的 RN 更新到 0.62.2 并使用自述文件中的 podspec 命令link将其编辑到我的项目中。但是一旦尝试 运行 应用程序,就会出错 'React/RCTAssert.h file not found' 尝试了各种方法 link,清理项目。但是 none 起作用了。 如果我删除 RCTLog.h 中的导入,则显示未找到其他依赖项,因此基本原因是插件。 有解决此问题的想法吗?
这是对我有用的解决方案。
Pods-->BNFMatomo--> Search Header Search Paths --> Add "${PODS_ROOT}/Headers" -->改为recursive
感谢 https://github.com/BonifyByForteil/react-native-matomo/issues/47