我已尽一切努力解决了这个问题,大部分建议删除Remove_node_modules文件,删除Pod文件,然后更新节点,React Native,并安装新的Pod,但仍然面临以下问题。
'React/RCTBridgeDelegate.h' file not found
我还注意到pod文件没有任何依赖,但它应该添加所有反应依赖。
这是我的pod文件的样子。
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'pinnacle' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for pinnacle
end