You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got crash logs for my app from App Store. I'm not able to reproduce the crash and having a hard time deciphering it. here is the crash log 2UIKitCore0x183df17a8-[UINavigationController _startCustomTransition:] + 1096 3UIKitCore0x183e04de8-[UINavigationController _startDeferredTransitionIfNeeded:] + 688 4UIKitCore0x183e062ec-[UINavigationController __viewWillLayoutSubviews] + 164 5UIKitCore0x183dea060-[UILayoutContainerView layoutSubviews] + 224 6UIKitCore0x184929270-[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2140 7QuartzCore0x186e155f8-[CALayer layoutSublayers] + 284 8QuartzCore0x186e19e28CA::Layer::layout_if_needed(CA::Transaction*) + 480 9QuartzCore0x186e25894CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 136 10QuartzCore0x186d6e9f0CA::Context::commit_transaction(CA::Transaction*, double) + 304 11QuartzCore0x186d98890CA::Transaction::commit() + 676 12QuartzCore0x186d99284CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 92 13CoreFoundation0x18040dc48___CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 14CoreFoundation0x180408b34___CFRunLoopDoObservers + 416 15CoreFoundation0x180409100___CFRunLoopRun + 1308 16CoreFoundation0x1804088bc_CFRunLoopRunSpecific + 464 17GraphicsServices0x18a274328_GSEventRunModal + 104 18UIKitCore0x18449e6d4_UIApplicationMain + 1936 19MyAPP 0x1000205b8_main (main.m:15)
then i locate the crash happend after -viewdidload of RTContainerNavigationController class called [self.view layoutIfNeeded] . this crash happend almost on iOS 13.1.3 .
so do you have a idea to solve it;
The text was updated successfully, but these errors were encountered:
I've got crash logs for my app from App Store. I'm not able to reproduce the crash and having a hard time deciphering it. here is the crash log
2UIKitCore0x183df17a8-[UINavigationController _startCustomTransition:] + 1096 3UIKitCore0x183e04de8-[UINavigationController _startDeferredTransitionIfNeeded:] + 688 4UIKitCore0x183e062ec-[UINavigationController __viewWillLayoutSubviews] + 164 5UIKitCore0x183dea060-[UILayoutContainerView layoutSubviews] + 224 6UIKitCore0x184929270-[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2140 7QuartzCore0x186e155f8-[CALayer layoutSublayers] + 284 8QuartzCore0x186e19e28CA::Layer::layout_if_needed(CA::Transaction*) + 480 9QuartzCore0x186e25894CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 136 10QuartzCore0x186d6e9f0CA::Context::commit_transaction(CA::Transaction*, double) + 304 11QuartzCore0x186d98890CA::Transaction::commit() + 676 12QuartzCore0x186d99284CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 92 13CoreFoundation0x18040dc48___CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 14CoreFoundation0x180408b34___CFRunLoopDoObservers + 416 15CoreFoundation0x180409100___CFRunLoopRun + 1308 16CoreFoundation0x1804088bc_CFRunLoopRunSpecific + 464 17GraphicsServices0x18a274328_GSEventRunModal + 104 18UIKitCore0x18449e6d4_UIApplicationMain + 1936 19MyAPP 0x1000205b8_main (main.m:15)
then i locate the crash happend after
-viewdidload
ofRTContainerNavigationController
class called[self.view layoutIfNeeded]
. this crash happend almost on iOS 13.1.3 .so do you have a idea to solve it;
The text was updated successfully, but these errors were encountered: