Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash on iOS 13.1.3 #275

Open
NickNameWolf opened this issue Dec 24, 2019 · 0 comments
Open

crash on iOS 13.1.3 #275

NickNameWolf opened this issue Dec 24, 2019 · 0 comments

Comments

@NickNameWolf
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant