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

react-native 高德地图-定位SDK 插件
MIT License
110 stars 43 forks source link

RN版本0.4.23Xcode编译报错 #12

Open RiverYYH opened 7 years ago

RiverYYH commented 7 years ago

‘AMapFoundationKit/AMapFoundationKit.h’ file not found 在RCTAMapLocation.m这个文件里面

sayhei commented 7 years ago

RCTAMapLocation.xcodeproj 的build Settings 里的framwork search Paths填写错误,如framwork是放在项目Framworks下则 $(SRCROOT)/../../../../ios/Frameworks 改成 $(SRCROOT)/../../../../ios

JoshYuJump commented 7 years ago

@sayhei I have the same issue and fixed according your solution. thanks.