Uno dei crash più frequenti della mia app live è un crash su MKMapView. Si blocca con il metodo interno -[MKMapView mapTileViewDidFinishLoading:]
. Durante il mio test non sono riuscito a rintracciare l'incidente ma è molto frequente nei rapporti sugli arresti anomali su iTunes Connect. Qualche esperienza in questo incidente? È solo una mappa molto semplice che mostra esattamente un'annotazione.Ho bisogno di aiuto con un crash di MKMapView
Ecco la stacktrace completa di questo incidente:
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000009
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x339737d8 objc_msgSend + 16
1 MapKit 0x345709ec -[MKMapView mapTileViewDidFinishLoading:]
2 CoreFoundation 0x344492e4 -[NSObject(NSObject) performSelector:withObject:]
3 Foundation 0x3326981e __NSThreadPerformPerform
4 CoreFoundation 0x34460f1e __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
5 CoreFoundation 0x34432ba0 __CFRunLoopDoSources0
6 CoreFoundation 0x34432444 __CFRunLoopRun
7 CoreFoundation 0x34432270 CFRunLoopRunSpecific
8 CoreFoundation 0x34432178 CFRunLoopRunInMode
9 GraphicsServices 0x3026b5ec GSEventRunModal
10 GraphicsServices 0x3026b698 GSEventRun
11 UIKit 0x31ad011c -[UIApplication _run]
12 UIKit 0x31ace128 UIApplicationMain
13 MYApp 0x00002e08 main + 36
14 MYApp 0x00002dd8 start + 32
Potrebbe valere la pena condividere alcune ... –
sto sperimentando questo stesso problema. Sta succedendo quando rilasci la mappa? Stai usando sovrapposizioni o annotazioni? – matheeeny