Guest User

Untitled

a guest
Dec 10th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. 2011-09-06 18:46:45.754 iDHSB[678:707] +[NSUserDefaults standardDefaults]: unrecognized selector sent to class 0x3e9e44dc
  2. 2011-09-06 18:46:45.768 iDHSB[678:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSUserDefaults standardDefaults]: unrecognized selector sent to class 0x3e9e44dc'
  3. *** Call stack at first throw:
  4. (
  5. 0 CoreFoundation 0x358d564f __exceptionPreprocess + 114
  6. 1 libobjc.A.dylib 0x36628c5d objc_exception_throw + 24
  7. 2 CoreFoundation 0x358d923b +[NSObject(NSObject) doesNotRecognizeSelector:] + 102
  8. 3 CoreFoundation 0x358d8649 ___forwarding___ + 508
  9. 4 CoreFoundation 0x3584f180 _CF_forwarding_prep_0 + 48
  10. 5 iDHSB 0x00008297 -[iDHSB_MobileAppDelegate application:didFinishLaunchingWithOptions:] + 38
  11. 6 UIKit 0x31ff7821 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 772
  12. 7 UIKit 0x31ff1b65 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 272
  13. 8 UIKit 0x31fc67d7 -[UIApplication handleEvent:withNewEvent:] + 1114
  14. 9 UIKit 0x31fc6215 -[UIApplication sendEvent:] + 44
  15. 10 UIKit 0x31fc5c53 _UIApplicationHandleEvent + 5090
  16. 11 GraphicsServices 0x31e9ce77 PurpleEventCallback + 666
  17. 12 CoreFoundation 0x358aca97 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 26
  18. 13 CoreFoundation 0x358ae83f __CFRunLoopDoSource1 + 166
  19. 14 CoreFoundation 0x358af60d __CFRunLoopRun + 520
  20. 15 CoreFoundation 0x3583fec3 CFRunLoopRunSpecific + 230
  21. 16 CoreFoundation 0x3583fdcb CFRunLoopRunInMode + 58
  22. 17 UIKit 0x31ff0d49 -[UIApplication _run] + 372
  23. 18 UIKit 0x31fee807 UIApplicationMain + 670
  24. 19 iDHSB 0x00002e25 main + 48
  25. 20 iDHSB 0x00002df0 start + 40
  26. )
  27. terminate called after throwing an instance of 'NSException'
  28. (gdb)
Add Comment
Please, Sign In to add comment