react-native-component / react-native-smart-amap

react-native 高德地图SDK 插件
MIT License
176 stars 54 forks source link

NativeModules 对象中并没有 AMap #11

Open F-happy opened 7 years ago

F-happy commented 7 years ago

在 react-native@0.42.3 中我安装调用之后包userTrackingMode不存在的错误,console 了一下NativeModules对象,发现对象中并没有 AMap 这个对象。

cooclsee commented 7 years ago

+1

cooclsee commented 7 years ago

@F-happy link了错误的RCTAMap目录,手动引用ios/RCTAMap/RCTAMap.xcodeproj

F-happy commented 7 years ago

谢谢,我后来也发现这个问题,现在已经改正了~ @cooclsee

kongleeme commented 6 years ago

@cooclsee 请教下怎么手动引用ios/RCTAMap/RCTAMap.xcodeproj

cooclsee commented 6 years ago

@kongleeme 你好,错误的RCTAMap已经删掉了的,直接link即可

kongleeme commented 6 years ago

@cooclsee link以后上面那个问题好了,但是编译的时候又报 MAMapKit/MAMapKit.h' file not found 找不到的错误,我看了下路径少加了了一个../,可是我给他加上后还是报这个错误