Advertisement
Guest User

Untitled

a guest
Jul 8th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeInt32ForKey:]: value for key (UIKeyAutomaticallyAdjustsScrollViewInsets) is not an integer number'
  2. *** First throw call stack:
  3. (
  4. 0 CoreFoundation 0x03027624 __exceptionPreprocess + 180
  5. 1 libobjc.A.dylib 0x01b058b6 objc_exception_throw + 44
  6. 2 CoreFoundation 0x030273fb +[NSException raise:format:] + 139
  7. 3 Foundation 0x00f6e20e _decodeInt64 + 474
  8. 4 Foundation 0x00f6fdf0 -[NSKeyedUnarchiver decodeInt32ForKey:] + 188
  9. 5 Foundation 0x00f6df67 -[NSCoder decodeIntegerForKey:] + 40
  10. 6 UIKit 0x0022d0ae -[UIViewController initWithCoder:] + 2507
  11. 7 UIKit 0x0024469f -[UINavigationController initWithCoder:] + 58
  12. 8 Foundation 0x00f6b75a _decodeObjectBinary + 3498
  13. 9 Foundation 0x00f6cc16 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 2204
  14. 10 Foundation 0x00f6ce85 -[NSArray(NSArray) initWithCoder:] + 255
  15. 11 Foundation 0x00f6b75a _decodeObjectBinary + 3498
  16. 12 Foundation 0x00f6a845 _decodeObject + 340
  17. 13 Foundation 0x00f6a6e9 -[NSKeyedUnarchiver decodeObjectForKey:] + 181
  18. 14 UIKit 0x0022cb9e -[UIViewController initWithCoder:] + 1211
  19. 15 UIKit 0x0025be94 -[UITabBarController initWithCoder:] + 58
  20. 16 Foundation 0x00f6b75a _decodeObjectBinary + 3498
  21. 17 Foundation 0x00f6a845 _decodeObject + 340
  22. 18 Foundation 0x00f6a6e9 -[NSKeyedUnarchiver decodeObjectForKey:] + 181
  23. 19 UIKit 0x003b3bc0 -[UIRuntimeConnection initWithCoder:] + 191
  24. 20 Foundation 0x00f6b75a _decodeObjectBinary + 3498
  25. 21 Foundation 0x00f6cc16 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 2204
  26. 22 Foundation 0x00f6ce85 -[NSArray(NSArray) initWithCoder:] + 255
  27. 23 Foundation 0x00f6b75a _decodeObjectBinary + 3498
  28. 24 Foundation 0x00f6a845 _decodeObject + 340
  29. 25 Foundation 0x00f6a6e9 -[NSKeyedUnarchiver decodeObjectForKey:] + 181
  30. 26 UIKit 0x003b303a -[UINib instantiateWithOwner:options:] + 1117
  31. 27 UIKit 0x00637662 -[UIStoryboard instantiateViewControllerWithIdentifier:] + 220
  32. 28 UIKit 0x006377db -[UIStoryboard instantiateInitialViewController] + 74
  33. 29 UIKit 0x0012529c -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 79
  34. 30 UIKit 0x00125539 -[UIApplication _loadMainInterfaceFile] + 245
  35. 31 UIKit 0x00124093 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 543
  36. 32 UIKit 0x0013a61c -[UIApplication handleEvent:withNewEvent:] + 3447
  37. 33 UIKit 0x0013ab89 -[UIApplication sendEvent:] + 85
  38. 34 UIKit 0x00125e75 _UIApplicationHandleEvent + 736
  39. 35 GraphicsServices 0x02f857ab _PurpleEventCallback + 776
  40. 36 GraphicsServices 0x02f852b6 PurpleEventCallback + 46
  41. 37 CoreFoundation 0x02fa2f55 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
  42. 38 CoreFoundation 0x02fa2c8b __CFRunLoopDoSource1 + 523
  43. 39 CoreFoundation 0x02fcd96c __CFRunLoopRun + 2156
  44. 40 CoreFoundation 0x02fcccb3 CFRunLoopRunSpecific + 467
  45. 41 CoreFoundation 0x02fccacb CFRunLoopRunInMode + 123
  46. 42 UIKit 0x001238e1 -[UIApplication _run] + 822
  47. 43 UIKit 0x00125b8b UIApplicationMain + 1225
  48. 44 Pinitag 0x0000889d main + 141
  49. 45 Pinitag 0x00008805 start + 53
  50. )
  51. libc++abi.dylib: terminating with uncaught exception of type NSException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement