lovebing / react-native-baidu-map

Baidu Map SDK modules and views for React Native(Android & iOS), support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图SDK版本。
MIT License
856 stars 322 forks source link

iOS的demo无法运行 #48

Open lhr000lhr opened 7 years ago

lhr000lhr commented 7 years ago

/Users/lihaoran/Downloads/react-native-baidu-map-master/ios/RCTBaiduMap/BaseModule.h:12:9: 'RCTBridgeModule.h' file not found /Users/lihaoran/Downloads/react-native-baidu-map-master/ios/RCTBaiduMap/RCTBaiduMapView.h:13:9: 'RCTViewManager.h' file not found

lovebing commented 7 years ago

react-native没导入?

xudongcc commented 7 years ago

我也出现了这个问题 步骤:

cd demo
yarn install
react-native link
打开xcode运行真机调试
1049017200 commented 7 years ago

不好使,iOS运行报出 In file included from /Users/apple/Documents/CWSSurveyIOS/ios/CWSSurveyIOS/AppDelegate.m:14: In file included from /Users/apple/Documents/CWSSurveyIOS/node_modules/react-native-baidu-map/ios/RCTBaiduMap/RCTBaiduMapViewManager.h:12: /Users/apple/Documents/CWSSurveyIOS/node_modules/react-native-baidu-map/ios/RCTBaiduMap/RCTBaiduMapView.h:13:9: fatal error: 'RCTViewManager.h' file not found

import "RCTViewManager.h"

修改#import "RCTViewManager.h"为#import <React/RCTViewManager.h>后再次运行,报出 In file included from /Users/apple/Documents/CWSSurveyIOS/ios/CWSSurveyIOS/AppDelegate.m:14: In file included from /Users/apple/Documents/CWSSurveyIOS/node_modules/react-native-baidu-map/ios/RCTBaiduMap/RCTBaiduMapViewManager.h:12: /Users/apple/Documents/CWSSurveyIOS/node_modules/react-native-baidu-map/ios/RCTBaiduMap/RCTBaiduMapView.h:14:9: fatal error: 'RCTConvert+CoreLocation.h' file not found

import "RCTConvert+CoreLocation.h"

polyrabbit commented 7 years ago

根据readme走下来,也遇到了同样的错误: react-native版本:0.42.0

1049017200 commented 7 years ago

ios运行不了啊,有人 解决没有

seamusapple commented 7 years ago

一样的问题

rocwong-cn commented 7 years ago

+1

chookg commented 7 years ago

+1

rocwong-cn commented 7 years ago

我觉得这个问题可能和 #48 有相关之处,各位可以检查对应的配置项!