2011-03-30 111 views
2

我搞不​​明白什麼時候崩潰,因爲有時會發生,大部分時間沒有。當添加新註釋並且引腳已經下降,或者引腳位置已經改變(拖動)時,它會崩潰。MKMapView崩潰

我的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

對不起,我的英語,由於使用前請先

回答

-1

mapTileViewDidStartLoading更改爲mapViewDidStartLoading

+0

很抱歉,但我囂不知道你的意思:(實際上它在這條線上崩潰了:[MKMapView mapTileViewDidStartLoading:]。我不知道這是什麼類型的方法(參見崩潰日誌) – altosh 2011-03-31 03:38:18

+0

嘿更改函數名稱映射mapTileViewDidStartLoading mapViewDidStartLoading.because mapTileViewDidStartLoading真的不是函數原始代碼.so更改此 – 2011-03-31 07:44:42

相關問題