MapKit:CGPathCreateMutableCopyByTransformingPath上的错误访问

时间:2012-12-29 14:20:14

标签: iphone objective-c ios mapkit

这是我的崩溃

enter image description here

崩溃地址为0x000000000x00000001,有时甚至为0x00000002

enter image description here

enter image description here

我在使用Map Kit解雇时遇到了崩溃。我正在从数据库向地图添加大量叠加层。此崩溃看起来与将实际叠加层绘制到地图上有关。我正在以通常的方式添加MKPolyLines。

MKPolyline* pathOverlay = [MKPolyline polylineWithCoordinates:locations count:pathIndex];
free(locations);
[overlays addObject:pathOverlay];
...
[self.mapView addOverlays:overlays];

有没有人有任何建议?如果需要,我可以发布更多代码。

感谢。

0 个答案:

没有答案