React native 反应本机映射iOS错误

React native 反应本机映射iOS错误,react-native,React Native,正在尝试将airbnb/react本机地图添加到我的react本机项目中,并按照处的指南进行操作。备选案文1 选项1:Cocoapods-与随附的AirMapsPlooler示例相同 Setup your Podfile like the included example/ios/Podfile then run pod install. (If you do not need GoogleMaps support for iOS, then you can probably completel

正在尝试将airbnb/react本机地图添加到我的react本机项目中,并按照处的指南进行操作。备选案文1

选项1:Cocoapods-与随附的AirMapsPlooler示例相同

Setup your Podfile like the included example/ios/Podfile then run pod install. (If you do not need GoogleMaps support for iOS, then you can probably completely skip this step.)
Open your project in xCode workspace
Drag the following folder into your project:
node_modules/react-native-maps/ios/AirMaps/
If you need GoogleMaps support also drag this folder into your project:
node_modules/react-native-maps/ios/AirGoogleMaps/
完成后,我无法在Xcode中运行该项目,它给出了错误,
'RCTImageLoader.h'文件未找到

我尝试运行了
rnpm链接
,但无法通过

rnpm-link info Android module react-native-maps is already linked
rnpm-link info Linking react-native-maps ios dependency
rnpm-link ERR! It seems something went wrong while linking. Error: ENOENT: no such file or directory, open '/Users/nedved/Desktop/NativeCreditcard_office/node_modules/react-native-maps/ios/AirGoogleMaps.xcodeproj/project.pbxproj'
Please file an issue here: https://github.com/rnpm/rnpm/issues
我可以在本地找到文件
/Users/XXXX/node\u modules/react native maps/ios/AirGoogleMaps.xcodeproj
,但单击时,“Project/Users/XXXX/node\u modules/react native maps/ios/AirGoogleMaps.xcodeproj无法打开,因为它缺少Project.pbxproj文件。”

有什么想法吗