Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. 2014-07-23 12:41:46.425 Hastings[3018:60b] Cannot find executable for CFBundle 0xb5cbf30 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)
  2. 2014-07-23 12:41:46.450 Hastings[3018:60b] Cannot find executable for CFBundle 0xb4bb3b0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded)
  3.  
  4. 2014-07-23 12:41:46.475 Hastings[3018:60b] Cannot find executable for CFBundle 0xb4bd850 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded)
  5.  
  6. 2014-07-23 12:41:46.481 Hastings[3018:60b] Cannot find executable for CFBundle 0xb5e6130 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/TwitterFramework.axbundle> (not loaded)
  7.  
  8. 2014-07-23 12:41:46.891 Hastings[3018:60b] *** Terminating app due to
  9. uncaught exception 'NSInvalidArgumentException', reason:
  10. 'Could not find a storyboard named 'Main' in bundle NSBundle </Users/user/Library/Application Support/iPhone Simulator/7.1/Applications/CA5FCA53-8D2F-426D-8C34-9134007AD0EE/Hastings.app> (loaded)'
  11. *** First throw call stack:
  12.  
  13. 0 CoreFoundation 0x029431e4 __exceptionPreprocess + 180
  14. 1 libobjc.A.dylib 0x024908e5 objc_exception_throw + 44
  15. 2 UIKit 0x01341400 -[UIStoryboard name] + 0
  16. 3 UIKit 0x00ddd692 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 53
  17. 4 UIKit 0x00ddd949 -[UIApplication _loadMainInterfaceFile] + 245
  18. 5 UIKit 0x00ddc54e -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 543
  19. 6 UIKit 0x00df0f92 -[UIApplication handleEvent:withNewEvent:] + 3517
  20. 7 UIKit 0x00df1555 -[UIApplication sendEvent:] + 85
  21. 8 UIKit 0x00dde250 _UIApplicationHandleEvent + 683
  22. 9 GraphicsServices 0x03c1bf02 _PurpleEventCallback + 776
  23. 10 GraphicsServices 0x03c1ba0d PurpleEventCallback + 46
  24. 11 CoreFoundation 0x028beca5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
  25. 12 CoreFoundation 0x028be9db __CFRunLoopDoSource1 + 523
  26. 13 CoreFoundation 0x028e968c __CFRunLoopRun + 2156
  27. 14 CoreFoundation 0x028e89d3 CFRunLoopRunSpecific + 467
  28. 15 CoreFoundation 0x028e87eb CFRunLoopRunInMode + 123
  29. 16 UIKit 0x00ddbd9c -[UIApplication _run] + 840
  30. 17 UIKit 0x00dddf9b UIApplicationMain + 1225
  31. 18 Hastings 0x0000943d main + 141
  32. 19 libdyld.dylib 0x031f4701 start + 1
  33. )
  34.  
  35. libc++abi.dylib: terminating with uncaught exception of type NSException
  36. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement