Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "CPClientForm" nib but the view outlet was not set.'
  2. *** First throw call stack:
  3. (
  4. 0 CoreFoundation 0x0194c946 __exceptionPreprocess + 182
  5. 1 libobjc.A.dylib 0x015d5a97 objc_exception_throw + 44
  6. 2 CoreFoundation 0x0194c86d +[NSException raise:format:] + 141
  7. 3 UIKit 0x01e56708 -[UIViewController _loadViewFromNibNamed:bundle:] + 498
  8. 4 UIKit 0x01e56dbb -[UIViewController loadView] + 295
  9. 5 UIKit 0x01e56fef -[UIViewController loadViewIfRequired] + 78
  10. 6 UIKit 0x01e57595 -[UIViewController view] + 35
  11. 7 comprintapp 0x00047edb -[CPViewController displayForm:] + 2155
  12. 8 comprintapp 0x000320a0 -[CPMenuVC tableView:didSelectRowAtIndexPath:] + 1120
  13. 9 UIKit 0x01e0f94c -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1559
  14. 10 UIKit 0x01e0faf7 -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 285
  15. 11 UIKit 0x01e14df3 __38-[UITableView touchesEnded:withEvent:]_block_invoke + 43
  16. 12 UIKit 0x01d290ce ___afterCACommitHandler_block_invoke + 15
  17. 13 UIKit 0x01d29079 _applyBlockToCFArrayCopiedToStack + 415
  18. 14 UIKit 0x01d28e8e _afterCACommitHandler + 545
  19. 15 CoreFoundation 0x0186f9de __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
  20. 16 CoreFoundation 0x0186f920 __CFRunLoopDoObservers + 400
  21. 17 CoreFoundation 0x0186535a __CFRunLoopRun + 1226
  22. 18 CoreFoundation 0x01864bcb CFRunLoopRunSpecific + 443
  23. 19 CoreFoundation 0x018649fb CFRunLoopRunInMode + 123
  24. 20 GraphicsServices 0x04ced24f GSEventRunModal + 192
  25. 21 GraphicsServices 0x04ced08c GSEventRun + 104
  26. 22 UIKit 0x01cff8b6 UIApplicationMain + 1526
  27. 23 comprintapp 0x000511dd main + 141
  28. 24 libdyld.dylib 0x03687ac9 start + 1
  29. )
  30. libc++abi.dylib: terminating with uncaught exception of type NSException
  31. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement