Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. -[UICachedDeviceWhiteColor shadowOffset]: unrecognized selector sent to instance 0x7ab3a4d0
  2. 2015-07-06 12:35:50.639 project[3022:102090] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UICachedDeviceWhiteColor shadowOffset]: unrecognized selector sent to instance 0x7ab3a4d0'
  3. *** First throw call stack:
  4. (
  5. 0 CoreFoundation 0x02256746 __exceptionPreprocess + 182
  6. 1 libobjc.A.dylib 0x01edda97 objc_exception_throw + 44
  7. 2 CoreFoundation 0x0225e705 -[NSObject(NSObject) doesNotRecognizeSelector:] + 277
  8. 3 CoreFoundation 0x021a5287 ___forwarding___ + 1047
  9. 4 CoreFoundation 0x021a4e4e _CF_forwarding_prep_0 + 14
  10. 5 UIKit 0x0098b737 -[UINavigationItemView _currentTextShadowOffsetForBarStyle:] + 132
  11. 6 UIKit 0x0098b9e3 -[UINavigationItemView _updateLabelContents] + 388
  12. 7 UIKit 0x0098c189 -[UINavigationItemView _titleSize] + 51
  13. 8 UIKit 0x0098bb34 -[UINavigationItemView _labelFrame] + 77
  14. 9 UIKit 0x0098b291 -[UINavigationItemView initWithNavigationItem:] + 390
  15. 10 UIKit 0x0095d82c -[UINavigationItem _defaultTitleView] + 116
  16. 11 UIKit 0x0095d896 -[UINavigationItem _titleView] + 92
  17. 12 UIKit 0x0097c1ce -[UINavigationBar _removeItemsFromSuperview:] + 136
  18. 13 UIKit 0x009667fa -[UINavigationBar _setItems:transition:reset:] + 982
  19. 14 UIKit 0x00966ccc -[UINavigationBar _setItems:transition:] + 56
  20. 15 UIKit 0x009662db -[UINavigationBar setItems:animated:] + 191
  21. 16 UIKit 0x009661b2 -[UINavigationBar setItems:] + 48
  22. 17 UIKit 0x00a2cba3 -[UINavigationController _setNavigationBarHidden:edge:duration:] + 244
  23. 18 UIKit 0x00a2aea3 -[UINavigationController setNavigationBarHidden:animated:] + 183
  24. 19 UIKit 0x00a2ac90 -[UINavigationController setNavigationBarHidden:] + 49
  25. 20 Winkle Meet 0x00105663 -[ForgotPassword viewWillAppear:] + 291
  26. 21 UIKit 0x00a021f1 -[UIViewController _setViewAppearState:isAnimating:] + 545
  27. 22 UIKit 0x00a0276a -[UIViewController __viewWillAppear:] + 148
  28. 23 UIKit 0x00a1ad1d -[UIViewController(UIContainerViewControllerProtectedMethods) beginAppearanceTransition:animated:] + 200
  29. 24 UIKit 0x00a29008 -[UINavigationController _startCustomTransition:] + 1056
  30. 25 UIKit 0x00a36e00 -[UINavigationController _startDeferredTransitionIfNeeded:] + 712
  31. 26 UIKit 0x00a37a51 -[UINavigationController __viewWillLayoutSubviews] + 57
  32. 27 UIKit 0x00bb1750 -[UILayoutContainerView layoutSubviews] + 213
  33. 28 UIKit 0x0092c57a -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 668
  34. 29 libobjc.A.dylib 0x01ef3771 -[NSObject performSelector:withObject:] + 70
  35. 30 QuartzCore 0x00433e47 -[CALayer layoutSublayers] + 144
  36. 31 QuartzCore 0x00427925 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 403
  37. 32 QuartzCore 0x0042777a _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
  38. 33 QuartzCore 0x00383c52 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 284
  39. 34 QuartzCore 0x003850e5 _ZN2CA11Transaction6commitEv + 487
  40. 35 QuartzCore 0x0044d84d +[CATransaction flush] + 52
  41. 36 UIKit 0x00895391 _UIApplicationHandleEventQueue + 2390
  42. 37 CoreFoundation 0x0217806f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
  43. 38 CoreFoundation 0x0216db7d __CFRunLoopDoSources0 + 253
  44. 39 CoreFoundation 0x0216d0d8 __CFRunLoopRun + 952
  45. 40 CoreFoundation 0x0216ca5b CFRunLoopRunSpecific + 443
  46. 41 CoreFoundation 0x0216c88b CFRunLoopRunInMode + 123
  47. 42 GraphicsServices 0x0308f2c9 GSEventRunModal + 192
  48. 43 GraphicsServices 0x0308f106 GSEventRun + 104
  49. 44 UIKit 0x00899106 UIApplicationMain + 1526
  50. 45 Winkle Meet 0x000dda4a main + 138
  51. 46 libdyld.dylib 0x03867ac9 start + 1
  52. )
  53. libc++abi.dylib: terminating with uncaught exception of type NSException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement