Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. 2014-10-30 11:02:54.929 Scratchpad3[1822:204482] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard (<UIStoryboard: 0x790806f0>) doesn't contain a view controller with identifier 'PageViewController''
  2. *** First throw call stack:
  3. (
  4. 0 CoreFoundation 0x0362d946 __exceptionPreprocess + 182
  5. 1 libobjc.A.dylib 0x032b6a97 objc_exception_throw + 44
  6. 2 UIKit 0x022a70fc -[UIStoryboard instantiateInitialViewController] + 0
  7. 3 Scratchpad3 0x00070fcf -[Analytics2ViewController viewDidLoad] + 383
  8. 4 UIKit 0x01de52a4 -[UIViewController loadViewIfRequired] + 771
  9. 5 UIKit 0x01de5595 -[UIViewController view] + 35
  10. 6 Scratchpad3 0x00060d75 -[IIViewDeckController setCenterController:] + 3429
  11. 7 Scratchpad3 0x0007087a -[SettingsViewController analytics2Clicked:] + 170
  12. 8 libobjc.A.dylib 0x032cc7cd -[NSObject performSelector:withObject:withObject:] + 84
  13. 9 UIKit 0x01c8f23d -[UIApplication sendAction:to:from:forEvent:] + 99
  14. 10 UIKit 0x01c8f1cf -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 64
  15. 11 UIKit 0x01dc2e86 -[UIControl sendAction:to:forEvent:] + 69
  16. 12 UIKit 0x01dc32a3 -[UIControl _sendActionsForEvents:withEvent:] + 598
  17. 13 UIKit 0x01dc250d -[UIControl touchesEnded:withEvent:] + 660
  18. 14 UIKit 0x01cdf60a -[UIWindow _sendTouchesForEvent:] + 874
  19. 15 UIKit 0x01ce00e5 -[UIWindow sendEvent:] + 791
  20. 16 UIKit 0x01ca5549 -[UIApplication sendEvent:] + 242
  21. 17 UIKit 0x01cb537e _UIApplicationHandleEventFromQueueEvent + 20690
  22. 18 UIKit 0x01c89b19 _UIApplicationHandleEventQueue + 2206
  23. 19 CoreFoundation 0x035511df __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
  24. 20 CoreFoundation 0x03546ced __CFRunLoopDoSources0 + 253
  25. 21 CoreFoundation 0x03546248 __CFRunLoopRun + 952
  26. 22 CoreFoundation 0x03545bcb CFRunLoopRunSpecific + 443
  27. 23 CoreFoundation 0x035459fb CFRunLoopRunInMode + 123
  28. 24 GraphicsServices 0x054cb24f GSEventRunModal + 192
  29. 25 GraphicsServices 0x054cb08c GSEventRun + 104
  30. 26 UIKit 0x01c8d8b6 UIApplicationMain + 1526
  31. 27 Scratchpad3 0x00071d5d main + 141
  32. 28 libdyld.dylib 0x040f3ac9 start + 1
  33. 29 ??? 0x00000001 0x0 + 1
  34. )
  35. libc++abi.dylib: terminating with uncaught exception of type NSException
  36. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement