Advertisement
Guest User

Untitled

a guest
Jan 19th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. 2011-01-19 16:43:44.028 FancyAPint[44808:207] (null): unrecognized selector sent to instance 0x581e6d0
  2. 2011-01-19 16:43:44.029 FancyAPint[44808:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '(null): unrecognized selector sent to instance 0x581e6d0'
  3. *** Call stack at first throw:
  4. (
  5. 0 CoreFoundation 0x01304be9 __exceptionPreprocess + 185
  6. 1 libobjc.A.dylib 0x014595c2 objc_exception_throw + 47
  7. 2 CoreFoundation 0x013066fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
  8. 3 CoreFoundation 0x01276366 ___forwarding___ + 966
  9. 4 CoreFoundation 0x01275f22 _CF_forwarding_prep_0 + 50
  10. 5 Foundation 0x000639a6 __NSThreadPerformPerform + 251
  11. 6 CoreFoundation 0x012e601f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
  12. 7 CoreFoundation 0x0124428b __CFRunLoopDoSources0 + 571
  13. 8 CoreFoundation 0x01243786 __CFRunLoopRun + 470
  14. 9 CoreFoundation 0x01243240 CFRunLoopRunSpecific + 208
  15. 10 CoreFoundation 0x01243161 CFRunLoopRunInMode + 97
  16. 11 GraphicsServices 0x01c39268 GSEventRunModal + 217
  17. 12 GraphicsServices 0x01c3932d GSEventRun + 115
  18. 13 UIKit 0x002f342e UIApplicationMain + 1160
  19. 14 FancyAPint 0x0000200d main + 247
  20. 15 FancyAPint 0x00001f0d start + 53
  21. )
  22. terminate called after throwing an instance of 'NSException'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement