XCode 4.2在Snow Leopard上崩溃

刚刚在Snow Leopard上安装了iOS SDK 5.0的XCode 4.2。 只是不断崩溃。

我安装到/ Developer4 /以保持我以前的XCode 3,以防万一。

任何人有这个问题? 解决了吗?

编辑:当我开始一个新的项目,我得到这个错误:

/SourceCache/IDEFoundation/IDEFoundation-937/Framework/Classes/Model/SourceControl/IDESourceControlTree.m:119中的ASSERTION FAILURE:详细信息:源树的位置无效。 初始化失败。 对象:方法:-initWithDictionary:sourceControlExtension:sourceControlManager:Thread:{name =(null),num = 1}提示:
0:replace视图正在安装:Backtrace:0 0x00000001009e6646 – [IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:](在IDEKit中)1 0x000000010006aaa4 _DVTAssertionFailureHandler(在DVTFoundation中)2 0x00000001005a314f – [IDESourceControlTree initWithDictionary:sourceControlExtension:sourceControlManager:] (IDEFoundation)3 0x00000001005a2900 – [IDESourceControlRepository initWithDictionary:sourceControlExtension:sourceControlManager:](在IDEFoundation中)4 0x00000001005a20ac – [IDESourceControlManager loadRepositories](在IDEFoundation中)5 0x000000010059cc9b – [IDESourceControlManager init](在IDEFoundation中)6 0x000000010059cad2 __53 + [IDESourceControlManager sharedSourceControlManager] _block_invoke_0 (在IDEFoundation中)7 0x00007fff86e7c705 dispatch_once_f(在libSystem.B.dylib中)8 0x000000010059caa1 + [IDESourceControlManager sharedSourceControlManager](在IDEFoundation中)9 0x00000001006732d1 + [IDESnapshotsManager sourceControlSystemUsedForSn (IDEFoundation)10 0x000000010067326d – [IDESnapshotsManager areSnapshotsEnabled](in IDEFoundation)11 0x0000000100b66369 – [IDESnapshotsListController loadAllCommits](在IDEKit中)12 0x0000000100b65acc – [IDESnapshotsListController loadView](在IDEKit中)13 0x00007fff830e36a3 – [NSViewController view](在AppKit中) )14 0x000000010021dc7b – [DVTViewController视图(在DVTKit)15 0x0000000100220e00 __42- [DVTReplacementView _setupViewController] _block_invoke_0(在DVTKit)16 0x000000010002e85e DVTInvokeWithFailureHint(在DVTFoundation)17 0x0000000100220cd3 – [DVTReplacementView _setupViewController](在DVTKit)18 0x0000000100220ba5 – [DVTReplacementView installedViewController] (在DVTKit中)19 0x000000010022bc8c – [DVTReplacementView layoutTopDown](在DVTKit中)20 0x000000010021ba33 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _block_invoke_0(在DVTKit中)21 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:p opulatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)22 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)23 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)24 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)25 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)26 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)27 0x000000010021bae2 __84 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] _ block_invoke_0(在DVTKit)28 0x000000010021b8a7 + [DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:](在DVT中 试剂盒)29 0x000000010022b878 – [DVTDelayedValidator doValidation:](在DVTKit)30 0x00007fff869e8441 __NSFirePerformWithOrder(在基金会)31个0x00007fff83be6b37 __CFRunLoopDoObservers(在的CoreFoundation)32 0x00007fff83bc2464 __CFRunLoopRun(在的CoreFoundation)33 0x00007fff83bc1dbf CFRunLoopRunSpecific(在的CoreFoundation)34 0x00007fff8194a7ee RunCurrentEventLoopInMode(在使HIToolbox)35 0x00007fff8194a551 ReceiveNextEventCommon(在使HIToolbox)36 0x00007fff8194a4ac BlockUntilNextEventMatchingListInMode(在使HIToolbox)37 0x00007fff830fceb2 _DPSNextEvent(在AppKit框架)38 0x00007fff830fc801 – [的NSApplication nextEventMatchingMask:untilDate:inMode:出队:](在AppKit框架)39 0x00007fff830c268f – [的NSApplication运行](在AppKit框架)40 0x00007fff830bb3b0 NSApplicationMain(在AppKit中)41 0x0000000100000eec 42 0x0000000000000002

想想我发现了什么导致了这个问题。 我有一些从以前的XCode版本来的源代码pipe理的沉睡(未使用)设置。 我从来没有使用过这个源码控制function,但是它让XCode 4崩溃了。 去除(组织者)和XCode 4目前似乎稳定…