模块'glog.glog.log_severity'的导入出现在命名空间中,'google' react native 中的错误



尝试了所有可能的解决方案,如:使用模块化标头!

pod"glog",:podspec=>'/node_modules/areact native/第三方podspec/glog.podspec',:modular_headers=>虚假的pod"Folly",:podspec=>'/node_modules/areact native/第三方podspecs/Folly.podspec',:modular_headers=>错误

使用模块化标头!

pod"glog",:podspec=>'/node_modules/areact native/第三方podspec/glog.podspec',:modular_headers=>虚假的pod"Folly",:podspec=>'/node_modules/areact native/第三方podspecs/Folly.podspec',:modular_headers=>错误

使用模块化标头!

pod"glog",:podspec=>'/node_modules/areact native/第三方podspec/glog.podspec',:modular_headers=>错误

使用模块化标头!

cd ios&吊舱安装

但对我来说什么都不起作用

这个问题有什么解决办法吗??

由于其他原因,我实际上将use_modular_headers!添加到了我的Podfile中。然后出现了此错误。所以,我把它评论掉了,错误就消失了。

我也是🥵所有上述

博览会46.0.9天然反应0.69.5(裸(节点14.15.4

这是一个大问题,直到我添加了这个:

pod 'RCT-Folly', :podspec => '../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec', :modular_headers => false

它成功了!

最新更新