Advertisement
Jordaanm

XCode 4 crash under iOS 4.

Aug 28th, 2011
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. 2011-08-29 09:58:15.681 JxInfoMobile[166:307] -[UIImage initWithCoder:]: unrecognized selector sent to instance 0x291620
  2. 2011-08-29 09:58:15.845 JxInfoMobile[166:307] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIImage initWithCoder:]: unrecognized selector sent to instance 0x291620'
  3. *** Call stack at first throw:
  4. (
  5. 0 CoreFoundation 0x30897ed3 __exceptionPreprocess + 114
  6. 1 libobjc.A.dylib 0x3002f811 objc_exception_throw + 24
  7. 2 CoreFoundation 0x30899683 -[NSObject(NSObject) doesNotRecognizeSelector:] + 102
  8. 3 CoreFoundation 0x308411d9 ___forwarding___ + 508
  9. 4 CoreFoundation 0x30840f90 _CF_forwarding_prep_0 + 48
  10. 5 UIKit 0x320a09b3 UINibDecoderDecodeObjectForValue + 1646
  11. 6 UIKit 0x320a0b2b -[UINibDecoder decodeObjectForKey:] + 66
  12. 7 UIKit 0x31f98df3 -[UIImageView initWithCoder:] + 66
  13. 8 UIKit 0x320a09b3 UINibDecoderDecodeObjectForValue + 1646
  14. 9 UIKit 0x320a057d UINibDecoderDecodeObjectForValue + 568
  15. 10 UIKit 0x320a0b2b -[UINibDecoder decodeObjectForKey:] + 66
  16. 11 UIKit 0x31f6a077 -[UIView initWithCoder:] + 398
  17. 12 UIKit 0x320465a3 -[UIActivityIndicatorView initWithCoder:] + 34
  18. 13 UIKit 0x320a09b3 UINibDecoderDecodeObjectForValue + 1646
  19. 14 UIKit 0x320a0b2b -[UINibDecoder decodeObjectForKey:] + 66
  20. 15 UIKit 0x3203a75b -[UIRuntimeConnection initWithCoder:] + 118
  21. 16 UIKit 0x320a09b3 UINibDecoderDecodeObjectForValue + 1646
  22. 17 UIKit 0x320a057d UINibDecoderDecodeObjectForValue + 568
  23. 18 UIKit 0x320a0b2b -[UINibDecoder decodeObjectForKey:] + 66
  24. 19 UIKit 0x32039e47 -[UINib instantiateWithOwner:options:] + 458
  25. 20 UIKit 0x3203b489 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 92
  26. 21 UIKit 0x31f90cbd -[UIViewController _loadViewFromNibNamed:bundle:] + 36
  27. 22 UIKit 0x31f90371 -[UIViewController loadView] + 80
  28. 23 UIKit 0x31eb87db -[UIViewController view] + 30
  29. 24 UIKit 0x31ec546f -[UIViewController contentScrollView] + 22
  30. 25 UIKit 0x31ec52df -[UINavigationController _computeAndApplyScrollContentInsetDeltaForViewController:] + 30
  31. 26 UIKit 0x31ec51dd -[UINavigationController _layoutViewController:] + 24
  32. 27 UIKit 0x31ec4cb5 -[UINavigationController _startTransition:fromViewController:toViewController:] + 380
  33. 28 UIKit 0x31ec4ac3 -[UINavigationController _startDeferredTransitionIfNeeded] + 182
  34. 29 UIKit 0x31ec4a07 -[UINavigationController viewWillLayoutSubviews] + 14
  35. 30 UIKit 0x31ebacaf -[UILayoutContainerView layoutSubviews] + 138
  36. 31 UIKit 0x31e5cbc7 -[UIView(CALayerDelegate) _layoutSublayersOfLayer:] + 26
  37. 32 CoreFoundation 0x308362eb -[NSObject(NSObject) performSelector:withObject:] + 22
  38. 33 QuartzCore 0x339f9949 -[CALayer layoutSublayers] + 120
  39. 34 QuartzCore 0x339f9701 CALayerLayoutIfNeeded + 184
  40. 35 QuartzCore 0x339f34cb _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 210
  41. 36 QuartzCore 0x339f32e1 _ZN2CA11Transaction6commitEv + 192
  42. 37 QuartzCore 0x33a179bd _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 52
  43. 38 CoreFoundation 0x3082823d __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 16
  44. 39 CoreFoundation 0x308280b1 __CFRunLoopDoObservers + 412
  45. 40 CoreFoundation 0x3081f6bb __CFRunLoopRun + 854
  46. 41 CoreFoundation 0x3081f277 CFRunLoopRunSpecific + 230
  47. 42 CoreFoundation 0x3081f17f CFRunLoopRunInMode + 58
  48. 43 GraphicsServices 0x31e445f3 GSEventRunModal + 114
  49. 44 GraphicsServices 0x31e4469f GSEventRun + 62
  50. 45 UIKit 0x31e51123 -[UIApplication _run] + 402
  51. 46 UIKit 0x31e4f12f UIApplicationMain + 670
  52. 47 JxInfoMobile 0x000026cd main + 60
  53. 48 JxInfoMobile 0x0000268c start + 40
  54. )
  55. terminate called after throwing an instance of 'NSException'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement