Yesterday, I put Xcode in full screen mode, then clicked "esc". Now whenever I click to open Xcode, a
window appears that reads: "The last time you opened Xcode, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?If you choose not to reopen windows, you may have to open and position the windows yourself.
Open Don't reopen"
If I select either of the two options, the full screen shift occurs, then before Xcode loads the UI for the full screen, Xcode crashes. Here is the resulting code:
Last login: Wed Aug 13 13:10:32 on console Scotts-MacBook-Pro:~ scottlydon$ /Applications/Xcode.app/Contents/MacOS/Xcode ; exit; 2014-08-13 19:43:46.355 Xcode[3471:2103] DeveloperPortal: Using pre-existing current store at URL (file:///Users/scottlydon/Library/Developer/Xcode/DeveloperPortal%205.1.1.db). 2014-08-13 19:43:50.469 Xcode[3471:507] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-5069/Xcode3Core/LegacyProjects/Frameworks/DevToolsCore/DevToolsCore/ProjectModel/Xcode3Model/Xcode3OCUnitTestableDataSource.m:199 Details: ([_indexableIdsToTestableTokens objectForKey:indexableIdentifier]) should be nil, but it is <Xcode3OCUnitTestableDataSourceToken: 0x7ff4eaeca900> Object: <Xcode3OCUnitTestableDataSource: 0x7ff4eada44e0> Method: -setTestableToken:indexableIdentifier: Thread: <NSThread: 0x7ff4e842a150>{name = (null), num = 1} Hints: None 2014-08-13 19:43:50.529 Xcode[3471:507] [MT] DVTAssertions: Backtrace: 0 0x000000010a9c7a35 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit) 1 0x00000001097dc519 _DVTAssertionHandler (in DVTFoundation) 2 0x00000001097dc7ff _DVTAssertionFailureHandler (in DVTFoundation) 3 0x000000011d714392 -[Xcode3OCUnitTestableDataSource setTestableToken:indexableIdentifier:] (in DevToolsCore) 4 0x000000011d7172d1 -[Xcode3OCUnitTestableDataSourceToken _initWithDataSource:indexableIdentifier:callbackBlock:] (in DevToolsCore) 5 0x000000011d71483a +[Xcode3OCUnitTestableDataSource testableDataSourceTokenForWorkspace:indexableIdentifier:callbackBlock:] (in DevToolsCore) 6 0x000000011d835d61 -[Xcode3OCUnitTestable initWithTarget:] (in DevToolsCore) 7 0x000000011d7fdf75 -[Xcode3Project _updateTestablesForTargetProxies:] (in DevToolsCore) 8 0x000000011d7f5d2e -[Xcode3Project syncTargetProxiesWithProjectTargets] (in DevToolsCore) 9 0x00000001097eef2e -[NSObject(DVTObservingConvenience) _dvt_newObserverForKeyPath:options:owner:withHandlerBlock:] (in DVTFoundation) 10 0x000000010967cb37 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:withHandlerBlock:] (in DVTFoundation) 11 0x000000011d7f6e07 -[Xcode3Project initWithFilePath:extension:workspace:error:] (in DevToolsCore) 12 0x000000010a382493 73+[IDEContainer retainedContainerAtFilePath:fileDataType:workspace:error:]_block_invoke_2 (in IDEFoundation) 13 0x000000011098228d _dispatch_client_callout (in libdispatch.dylib) 14 0x0000000110983146 _dispatch_barrier_sync_f_invoke (in libdispatch.dylib) 15 0x000000010964d5cf -[DVTDispatchLock performLockedBlock:] (in DVTFoundation) 16 0x000000010a381eb6 __73+[IDEContainer retainedContainerAtFilePath:fileDataType:workspace:error:]_block_invoke (in IDEFoundation) 17 0x0000000109763255 -[DVTModelObjectGraph performBlockCoalescingModelChanges:] (in DVTFoundation) 18 0x000000010a0d029a +[IDEContainer retainedContainerAtFilePath:fileDataType:workspace:error:] (in IDEFoundation) 19 0x000000010a356fea -[IDEFileReference _recalculateReferencedContainer] (in IDEFoundation) 20 0x000000010a0e3b0b -[IDEFileReference referencedContainer] (in IDEFoundation) 21 0x000000010a380eba __62-[IDEContainer _scheduleResolvePendingFileReferencesOperation]_block_invoke (in IDEFoundation) 22 0x000000010976c2af -[_DVTAsynchronousRequest _invokeBlock:] (in DVTFoundation) 23 0x000000010b6bacb7 __NSFireDelayedPerform (in Foundation) 24 0x00000001100a83e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION (in CoreFoundation) 25 0x00000001100a7f1f __CFRunLoopDoTimer (in CoreFoundation) 26 0x00000001101195aa __CFRunLoopDoTimers (in CoreFoundation) 27 0x00000001100636a5 __CFRunLoopRun (in CoreFoundation) 28 0x0000000110062e75 CFRunLoopRunSpecific (in CoreFoundation) 29 0x000000010d8e4a0d RunCurrentEventLoopInMode (in HIToolbox) 30 0x000000010d8e47b7 ReceiveNextEventCommon (in HIToolbox) 31 0x000000010d8e45bc _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) 32 0x000000010bd9324e _DPSNextEvent (in AppKit) 33 0x000000010bd9289b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) 34 0x0000000109d3f631 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit) 35 0x000000010bd8699c -[NSApplication run] (in AppKit) 36 0x000000010bd71783 NSApplicationMain (in AppKit) 37 0x00000001109bd5fd start (in libdyld.dylib) 38 0x0000000000000001 Abort trap: 6 logout
[Process completed]