例如RCTImageLoader未定义:
它是RN中图像库的一部分:
我在Podfile
:
在我的Podfile中有这一行:pod 'React', :subspecs => ['Core', 'RCTImage', 'RCTNetwork', 'RCTLinkingIOS', 'RCTText', 'RCTWebSocket'], :path => '../node_modules/react-native'
我试过了:
pod install
Podfile.lock
&& pod install
npm install && cd ios && pod install
答案 0 :(得分:0)
您也可以尝试手动添加标头文件,例如../node_modules/react-native/Libraries/Image/RCTImageLoader.h
。
然而在我的情况下,这并没有帮助。解决方案是打开MyProject.xcworkspace
而不是MyProject.xcproject
答案 1 :(得分:0)
确保.m文件已编译( - > Build Phases - > Compile Sources)