我不能确定崩溃的确切时间,因为有时会发生,而大多数时候不会。当添加新注释且接点下降时,或者当接点位置发生更改(拖动)时,系统会崩溃。
我的ios版本是4.3.1
崩溃:
Thread 0 Crashed:
0 libobjc.A.dylib 0x3489dc98 objc_msgSend + 16
1 MapKit 0x336699a4 -[MKMapView mapTileViewDidStartLoading:] + 40
2 CoreFoundation 0x33589efc -[NSObject(NSObject) performSelector:withObject:] + 16
3 Foundation 0x327657a2 __NSThreadPerformPerform + 262
4 CoreFoundation 0x335f3a72 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 6
5 CoreFoundation 0x335f5758 __CFRunLoopDoSources0 + 376
6 CoreFoundation 0x335f64e4 __CFRunLoopRun + 224
7 CoreFoundation 0x33586ebc CFRunLoopRunSpecific + 224
8 CoreFoundation 0x33586dc4 CFRunLoopRunInMode + 52
9 GraphicsServices 0x33187418 GSEventRunModal + 108
10 GraphicsServices 0x331874c4 GSEventRun + 56对不起,我的英语,谢谢你的到来。
发布于 2011-03-30 19:57:33
mapTileViewDidStartLoading将其更改为mapViewDidStartLoading
https://stackoverflow.com/questions/5482055
复制相似问题