So last night, I saved my project, backed it up and quit Xcode 4.2 on OS 10.6.8
Today, after rebooting, when Xcode opens my project, there is a SIGABRT after the project has been opened. It looks like it's trying to display a cell in the IB.
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
ProductBuildVersion: 4C199
UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: type)
UserInfo: (null)
…
3 0x00007fff83254534 +[NSException raise:format:] (in CoreFoundation)
4 0x00007fff8439ecee -[NSCFDictionary setObject:forKey:] (in Foundation)
5 0x000000011f3a22f9 -[IDEIssueNavigator _stateIdentifierForIssue:] (in IDEIssueNavigator)
6 0x000000011f3a0bf4 -[IDEIssueNavigator outlineView:dataCellForTableColumn:item:] (in IDEIssueNavigator)
7 0x000000010093ddc3 -[IDENavigatorOutlineView frameOfOutlineCellAtRow:] (in IDEKit)
8 0x00007fff8013c7e1 -[NSOutlineView _adjustDrawingTestFrame:atRow:column:] (in AppKit)
Is there a shortcut or some way to open my project without having to restore all the windows so I can open my project again?
Thanks.