Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x182f681a0 objc_retain + 16
1 UIKit 0x18d010670 -[_UINavigationParallaxTransition animationEnded:] + 32
2 UIKit 0x18cf5aa3c -[_UIViewControllerTransitionContext completeTransition:] + 216
3 UIKit 0x18d09fd30 __53-[_UINavigationParallaxTransition animateTransition:]_block_invoke.124 + 752
4 UIKit 0x18ce7fd7c -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 764
5 UIKit 0x18ce7f70c -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 312
6 UIKit 0x18ce7f418 -[UIViewAnimationState animationDidStop:finished:] + 296
7 UIKit 0x18ce7f4b8 -[UIViewAnimationState animationDidStop:finished:] + 456
8 QuartzCore 0x187a23d6c CA::Layer::run_animation_callbacks(void*) + 284
9 libdispatch.dylib 0x1833bd048 _dispatch_client_callout + 16
10 libdispatch.dylib 0x1833c9b74 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1016
11 CoreFoundation 0x1839dff20 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
12 CoreFoundation 0x1839ddafc __CFRunLoopRun + 2012
13 CoreFoundation 0x1838fe2d8 CFRunLoopRunSpecific + 436
14 GraphicsServices 0x18578ff84 GSEventRunModal + 100
15 UIKit 0x18ceab880 UIApplicationMain + 208
16 tataufo_Freshman 0x102f9f308 main (main.m:14)
17 libdyld.dylib 0x18342256c start + 4
[_UINavigationParallaxTransition animationEnded:]
This problem occur and we have no idea to solove it, Please give some help. Thanks.
This crash happend when app receive memory warning. It will occur when your app has a tabbarcontroller to be the rootviewcontroller of window, when receive memory warning. Somewhere in your app must call self.view = nil; this calls the crash.
Did you resolve this problem?
I have same crash with identical crash report, but can't find solution...
Did you resolve the problem ?