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

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

Warning: libRCTAMapLocation was built for newer iOS version (10.1) than being linked (8.0) #6

Open jaggerwang opened 7 years ago

jaggerwang commented 7 years ago

ld: warning: object file (/Users/jagger/Library/Developer/Xcode/DerivedData/zaiqiuchang-fwykrwmotbpozgegbmtywbczscln/Build/Products/Debug-iphonesimulator/libRCTAMapLocation.a(RCTAMapLocation.o)) was built for newer iOS version (10.1) than being linked (8.0)

Does the builtin lib can work on iOS 8.0?

cyqresig commented 7 years ago

I'm sorry the lib can only work on ios 10 and newer.

jaggerwang commented 7 years ago

Why? Does it the reason about amap's SDK? And I'm just using iOS 10.2 for testing, but it is still not working.

cyqresig commented 7 years ago

Can you show me the error message using ios 10.2?

jaggerwang commented 7 years ago

image