iOS应用程序奇数崩溃[UINavigationController\u startCustomTransition:]

iOS应用程序奇数崩溃[UINavigationController\u startCustomTransition:],ios,uinavigationcontroller,Ios,Uinavigationcontroller,我的应用程序处于alpha测试中,并使用fabric捕获崩溃日志。我遇到了车祸,我有下面的痕迹,但不知道发生了什么。我试图用Xcode复制它,但几乎无法复制 有人能帮忙吗?或者分享一些想法 Thread : Crashed: com.apple.main-thread 0 libsystem_platform.dylib 0x0000000197c7d8d4 OSAtomicCompareAndSwap32Barrier + 12 1 libobjc.A.dylib

我的应用程序处于alpha测试中,并使用fabric捕获崩溃日志。我遇到了车祸,我有下面的痕迹,但不知道发生了什么。我试图用Xcode复制它,但几乎无法复制

有人能帮忙吗?或者分享一些想法

Thread : Crashed: com.apple.main-thread
0  libsystem_platform.dylib       0x0000000197c7d8d4 OSAtomicCompareAndSwap32Barrier + 12
1  libobjc.A.dylib                0x0000000197468120 realizeClass(objc_class*) + 100
2  libobjc.A.dylib                0x000000019746c930 lookUpImpOrForward + 224
3  libobjc.A.dylib                0x0000000197477db8 _objc_msgSend_uncached_impcache + 56
4  UIKit                          0x000000018b66bef4 -[UINavigationController _startCustomTransition:] + 972
5  UIKit                          0x000000018b57d630 -[UINavigationController _startDeferredTransitionIfNeeded:] + 468
6  UIKit                          0x000000018b57d3fc -[UINavigationController __viewWillLayoutSubviews] + 56
7  UIKit                          0x000000018b57d37c -[UILayoutContainerView layoutSubviews] + 200
8  UIKit                          0x000000018b4c5d2c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 572
9  QuartzCore                     0x000000018ae1d994 -[CALayer layoutSublayers] + 168
10 QuartzCore                     0x000000018ae18564 CA::Layer::layout_if_needed(CA::Transaction*) + 320
11 QuartzCore                     0x000000018ae18408 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
12 QuartzCore                     0x000000018ae17c08 CA::Context::commit_transaction(CA::Transaction*) + 276
13 QuartzCore                     0x000000018ae1798c CA::Transaction::commit() + 436
14 UIKit                          0x000000018b4c7c48 _UIApplicationHandleEventQueue + 1700
15 CoreFoundation                 0x0000000186cd29ec __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
16 CoreFoundation                 0x0000000186cd1c90 __CFRunLoopDoSources0 + 264
17 CoreFoundation                 0x0000000186ccfd40 __CFRunLoopRun + 712
18 CoreFoundation                 0x0000000186bfd0a4 CFRunLoopRunSpecific + 396
19 GraphicsServices               0x000000018fd975a4 GSEventRunModal + 168
20 UIKit                          0x000000018b52eaa4 UIApplicationMain + 1488
21 MCompass                       0x00000001001631c8 main (main.m:16)
22 libdyld.dylib                  0x0000000197ad2a08 start + 4

如果看不到更多细节,很难判断,但也许这会有所帮助:

我已经读过那篇文章,但仍然没有帮助。我只有我给你看的日志,没有更多了。如果我有它,或者有机会用LLDB复制,我会不会那么痛苦。只是看到我的应用程序在野外报告了同样的问题。你找到更多的东西了吗?没有我没看到更多