Guest User

Untitled

a guest
Jan 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. objc[39728]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x113628cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11339e6f0). One of the two will be used. Which one is undefined.
  2. 2018-01-16 17:54:03.299 toyota[39728:597835] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/user/Library/Developer/CoreSimulator/Devices/D19BB10F-B2CA-48F3-904A-55E07151061F/data/Containers/Data/Application/9005C897-74C5-427B-A974-77DFD68FC44C/Library/Cookies/com.forecomm.Toyota.binarycookies
  3. 2018-01-16 17:54:03.339 toyota[39728:597835] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x7fd0df800830> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.'
  4. *** First throw call stack:
  5. (
  6. 0 CoreFoundation 0x000000010f478b0b __exceptionPreprocess + 171
  7. 1 libobjc.A.dylib 0x000000010eeb4141 objc_exception_throw + 48
  8. 2 CoreFoundation 0x000000010f478a59 -[NSException raise] + 9
  9. 3 Foundation 0x000000010e9c9e8b -[NSObject(NSKeyValueCoding) setValue:forKey:] + 292
  10. 4 UIKit 0x00000001105846b9 -[UIRuntimeOutletConnection connect] + 109
  11. 5 CoreFoundation 0x000000010f41ee8d -[NSArray makeObjectsPerformSelector:] + 269
  12. 6 UIKit 0x000000011058306f -[UINib instantiateWithOwner:options:] + 1856
  13. 7 UIKit 0x00000001105852c4 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 222
  14. 8 UIKit 0x000000011017b78a -[UIApplication _loadMainNibFileNamed:bundle:] + 75
  15. 9 UIKit 0x000000011017bdb3 -[UIApplication _loadMainInterfaceFile] + 260
  16. 10 UIKit 0x000000011017a456 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1407
  17. 11 UIKit 0x0000000110177793 -[UIApplication workspaceDidEndTransaction:] + 182
  18. 12 FrontBoardServices 0x00000001157925f6 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 24
  19. 13 FrontBoardServices 0x000000011579246d -[FBSSerialQueue _performNext] + 186
  20. 14 FrontBoardServices 0x00000001157927f6 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
  21. 15 CoreFoundation 0x000000010f41ec01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  22. 16 CoreFoundation 0x000000010f4040cf __CFRunLoopDoSources0 + 527
  23. 17 CoreFoundation 0x000000010f4035ff __CFRunLoopRun + 911
  24. 18 CoreFoundation 0x000000010f403016 CFRunLoopRunSpecific + 406
  25. 19 UIKit 0x000000011017602f -[UIApplication _run] + 468
  26. 20 UIKit 0x000000011017c0d4 UIApplicationMain + 159
  27. 21 proj 0x000000010e874861 main + 65
  28. 22 libdyld.dylib 0x0000000111b3065d start + 1
  29. 23 ??? 0x0000000000000001 0x0 + 1
  30. )
  31. libc++abi.dylib: terminating with uncaught exception of type NSException
Add Comment
Please, Sign In to add comment