ios9.3.1下点击地图崩溃
kazeik opened this issue · 0 comments
kazeik commented
测试手机iphone 5s .运行的是Flutter工程。
点击地图时,崩溃了。
错误提示大概是:getSearchPOIData FAIL: mFunc == NULL。
xcode工程上错误定位在,AMapViewFactory.m的第170行,171行。
代码为:
- (void)mapView:(MAMapView *)mapView didSingleTappedAtCoordinate:(CLLocationCoordinate2D)coordinate {
_mapClickedEventHandler.sink([[LatLng initWithCLLocationCoordinate2D:coordinate] mj_JSONString]);
}