Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. .ThirdViewController 0x7fde58cb7230> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key UITextView.'
  2. *** First throw call stack:
  3. (
  4. 0 CoreFoundation 0x00000001049c6f35 __exceptionPreprocess + 165
  5. 1 libobjc.A.dylib 0x000000010650abb7 objc_exception_throw + 45
  6. 2 CoreFoundation 0x00000001049c6b79 -[NSException raise] + 9
  7. 3 Foundation 0x0000000104dde7b3 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259
  8. 4 CoreFoundation 0x0000000104910e80 -[NSArray makeObjectsPerformSelector:] + 224
  9. 5 UIKit 0x0000000105517c7d -[UINib instantiateWithOwner:options:] + 1506
  10. 6 UIKit 0x0000000105376f98 -[UIViewController _loadViewFromNibNamed:bundle:] + 242
  11. 7 UIKit 0x0000000105377588 -[UIViewController loadView] + 109
  12. 8 UIKit 0x00000001053777f9 -[UIViewController loadViewIfRequired] + 75
  13. 9 UIKit 0x0000000105377c8e -[UIViewController view] + 27
  14. 10 UIKit 0x000000010591941e -[_UIFullscreenPresentationController _setPresentedViewController:] + 65
  15. 11 UIKit 0x0000000105353429 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 105
  16. 12 UIKit 0x0000000105383a41 -[UIViewController _presentViewController:withAnimationController:completion:] + 1746
  17. 13 UIKit 0x0000000105385d81 __62-[UIViewController presentViewController:animated:completion:]_block_invoke + 132
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement