Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created October 15, 2010 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcculloughsean/628669 to your computer and use it in GitHub Desktop.
Save mcculloughsean/628669 to your computer and use it in GitHub Desktop.
2010-10-15 13:14:19.295 Geoclip.it-dev[7670:207] *** Assertion failure in -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:], /SourceCache/UIKit_Sim/UIKit-1262.60.3/UIWindowController.m:182
[ERROR] The application has crashed with an unhandled exception. Stack trace:
0 CoreFoundation 0x0379bb7c __exceptionPreprocess + 156
1 libobjc.A.dylib 0x038eb40e objc_exception_throw + 47
2 CoreFoundation 0x03754238 +[NSException raise:format:arguments:] + 136
3 Foundation 0x005bee37 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 UIKit 0x00a5d44f -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:] + 212
5 UIKit 0x0087210d -[UIViewController presentModalViewController:withTransition:] + 2937
6 Geoclip.it-dev 0x000f1a2c -[TiApp attachModal:toController:animated:] + 290
7 Geoclip.it-dev 0x000f1a5b -[TiApp attachModal:toController:animated:] + 337
8 Geoclip.it-dev 0x000f07ac -[TiApp showModalController:animated:] + 410
9 Geoclip.it-dev 0x00091748 -[TiUIEmailDialogProxy open:] + 3711
10 Foundation 0x005433ca __NSThreadPerformPerform + 251
11 CoreFoundation 0x0377cfaf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
12 CoreFoundation 0x036db39b __CFRunLoopDoSources0 + 571
13 CoreFoundation 0x036da896 __CFRunLoopRun + 470
14 CoreFoundation 0x036da350 CFRunLoopRunSpecific + 208
15 CoreFoundation 0x036da271 CFRunLoopRunInMode + 97
16 GraphicsServices 0x0538200c GSEventRunModal + 217
17 GraphicsServices 0x053820d1 GSEventRun + 115
18 UIKit 0x007d2af2 UIApplicationMain + 1160
19 Geoclip.it-dev 0x00003c19 main + 362
20 Geoclip.it-dev 0x00002a01 start + 53
2010-10-15 13:14:19.358 Geoclip.it-dev[7670:207] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempting to begin a modal transition from <UINavigationController: 0xfe55dc0> to <MFMailComposeViewController: 0x7e292d0> while a transition is already in progress. Wait for viewDidAppear/viewDidDisappear to know the current transition has completed'
*** Call stack at first throw:
(
0 CoreFoundation 0x0379bb99 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x038eb40e objc_exception_throw + 47
2 CoreFoundation 0x03754238 +[NSException raise:format:arguments:] + 136
3 Foundation 0x005bee37 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 UIKit 0x00a5d44f -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:] + 212
5 UIKit 0x0087210d -[UIViewController presentModalViewController:withTransition:] + 2937
6 Geoclip.it-dev 0x000f1a2c -[TiApp attachModal:toController:animated:] + 290
7 Geoclip.it-dev 0x000f1a5b -[TiApp attachModal:toController:animated:] + 337
8 Geoclip.it-dev 0x000f07ac -[TiApp showModalController:animated:] + 410
9 Geoclip.it-dev 0x00091748 -[TiUIEmailDialogProxy open:] + 3711
10 Foundation 0x005433ca __NSThreadPerformPerform + 251
11 CoreFoundation 0x0377cfaf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
12 CoreFoundation 0x036db39b __CFRunLoopDoSources0 + 571
13 CoreFoundation 0x036da896 __CFRunLoopRun + 470
14 CoreFoundation 0x036da350 CFRunLoopRunSpecific + 208
15 CoreFoundation 0x036da271 CFRunLoopRunInMode + 97
16 GraphicsServices 0x0538200c GSEventRunModal + 217
17 GraphicsServices 0x053820d1 GSEventRun + 115
18 UIKit 0x007d2af2 UIApplicationMain + 1160
19 Geoclip.it-dev 0x00003c19 main + 362
20 Geoclip.it-dev 0x00002a01 start + 53
)
terminate called after throwing an instance of 'NSException'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment