Skip to content

Instantly share code, notes, and snippets.

@rustyshelf
Created August 7, 2014 03:11
Show Gist options
  • Save rustyshelf/41fb7e3a19681d5e7b6a to your computer and use it in GitHub Desktop.
Save rustyshelf/41fb7e3a19681d5e7b6a to your computer and use it in GitHub Desktop.
What's the name of the class objective-C was trying to message?
Thread 0 Crashed:
0 libobjc.A.dylib 0x3a6f7626 objc_msgSend + 6
1 CoreFoundation 0x2ff14f01 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 10
2 CoreFoundation 0x2fe88d69 _CFXNotificationPost + 1718
3 Foundation 0x30874cc5 -[NSNotificationCenter postNotificationName:object:userInfo:] + 70
4 UIKit 0x329e545f -[UIApplication _sendWillEnterForegroundCallbacks] + 152
5 UIKit 0x3298a949 -[UIApplication _handleApplicationResumeEvent:] + 1146
6 UIKit 0x327895f3 -[UIApplication handleEvent:withNewEvent:] + 1880
7 UIKit 0x32788dd9 -[UIApplication sendEvent:] + 70
8 UIKit 0x327ed3e5 _UIApplicationHandleEvent + 614
9 GraphicsServices 0x34df6b55 _PurpleEventCallback + 606
10 GraphicsServices 0x34df673f PurpleEventCallback + 32
11 CoreFoundation 0x2ff1d807 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
12 CoreFoundation 0x2ff1d7a3 __CFRunLoopDoSource1 + 344
13 CoreFoundation 0x2ff1bf6f __CFRunLoopRun + 1404
14 CoreFoundation 0x2fe86729 CFRunLoopRunSpecific + 522
15 CoreFoundation 0x2fe8650b CFRunLoopRunInMode + 104
16 GraphicsServices 0x34df56d3 GSEventRunModal + 136
17 UIKit 0x327e7871 UIApplicationMain + 1134
18 podcasts 0x000851cf main (main.m:14)
19 libdyld.dylib 0x3abebab7 start + 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment