2013-11-27 35 views
1
Thread 0: com.apple.main-thread 
      0 libsystem_kernel.dylib   0x3a7b50fc __psynch_mutexwait + 24 
      1 libsystem_c.dylib    0x3a6fe129 pthread_mutex_lock + 392 
      2 WebCore      0x3835a4b1 _WebTryThreadLock(bool) + 336 
      3 WebCore      0x3835b3b7 WebThreadLock + 66 
      4 UIKit       0x342f23b9 -[UIWebDocumentView _restoreScrollPointForce:] + 72 
      5 UIKit       0x342f2261 -[UIWebDocumentView _resetForNewPage] + 412 
      6 UIKit       0x342be4c9 -[UIWebDocumentView layoutSubviews] + 76 
      7 UIKit       0x34237803 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 258 
      8 QuartzCore      0x33fe1d8b -[CALayer layoutSublayers] + 214 
      9 QuartzCore      0x33fe1929 CA::Layer::layout_if_needed(CA::Transaction*) + 460 
      10 QuartzCore      0x33fe285d CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 16 
      11 QuartzCore      0x33fe2243 CA::Context::commit_transaction(CA::Transaction*) + 238 
      12 QuartzCore      0x33fe2051 CA::Transaction::commit() + 316 
      13 QuartzCore      0x33fe1eb1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 60 
      14 CoreFoundation     0x324016cd __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20 
      15 CoreFoundation     0x323ff9c1 __CFRunLoopDoObservers + 276 
      16 CoreFoundation     0x323ffd17 __CFRunLoopRun + 742 
      17 CoreFoundation     0x32372ebd CFRunLoopRunSpecific + 356 
      18 CoreFoundation     0x32372d49 CFRunLoopRunInMode + 104 
      19 GraphicsServices    0x35f252eb GSEventRunModal + 74 
      20 UIKit       0x34288301 UIApplicationMain + 1120 

我越來越EXC_BREAKPOINT。我不明白爲什麼這會在appstore發佈。當這個錯誤出現時。正如我在大多數情況下所得到的那樣。我收到EXC_BREAKPOINT錯誤。任何人都可以告訴我這是什麼。它也是來自appstore發佈crashlytics

Thanks in Advance 
+0

我艱難的是在你的項目 – codercat

+0

描述了錯誤的詳細情況出現的形式來多線程問題。它是如何發生的以及嘗試獲取此錯誤的操作類型 – codercat

回答

-2

一旦你這樣做教程,那麼你將永遠不會面臨這類問題

My App Crashed, Now What?

+0

這是一個很好的教程,但由於您無法添加異常斷點,因此它對於Crashlytics崩潰沒有用處。 – CodyMace

相關問題