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 got a crash on iOS 7 on this line, when coming back from Instagram (double-tap home and tap original app):
[super activityDidFinish:completed];
*** Assertion failure in -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:animation:], /SourceCache/UIKit/UIKit-2935.138/UIWindowController.m:223
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempting to begin a modal transition from <DMResizerViewController: 0x14d5752d0> to <UITabBarController: 0x14d610360> while a transition is already in progress. Wait for viewDidAppear/viewDidDisappear to know the current transition has completed'
iOS 8 seems fine with this.
I solved the issue by waiting a bit in documentInteractionController didEndSendingToApplication
I got a crash on iOS 7 on this line, when coming back from Instagram (double-tap home and tap original app):
iOS 8 seems fine with this.
I solved the issue by waiting a bit in
documentInteractionController didEndSendingToApplication
The text was updated successfully, but these errors were encountered: