Xcode 6.1崩溃“编辑scheme”

当我试图进入这个屏幕时,Xcode 6.1崩溃:编辑scheme – >运行 – >选项选项卡

示例屏幕截图: http : //meandmark.com/blog/wp-content/uploads/2013/12/Xcode-5-Current-Working-Directory.png

现在每次去“Edit Scheme …”时都会崩溃

我尝试重新启动,甚至重新安装Xcode。 当我重新安装Xcode,我可以打开“编辑scheme”窗口,但选项选项卡再次崩溃。

崩溃报告:

Process: Xcode [404] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 6.1 (6604) Build Info: IDEFrameworks-6604000000000000~2e) Parent Process: ??? [1] Responsible: Xcode [404] Date/Time: 2014-11-05 15:54:10.508 +0100 OS Version: Mac OS X 10.10 (14A389) Report Version: 11 Time Awake Since Boot: 710 seconds Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: Sending _editActiveContextAction: to <IDESchemeToolbarController: 0x7fa2173e4940> from <NSMenuItem: 0x7fa217598500 Edit Scheme…> ProductBuildVersion: 6A1052d UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil UserInfo: (null) 

尝试将Mac OS语言设置切换为英文(系统首选项 – >语言和区域),以首选语言添加英文并将其设置为主。 它帮助了我,捷克语作为我的主要语言和Xcode崩溃每次我尝试访问编辑计划窗口中的选项。 在Xcode 8中工作,在以前的版本中没有尝试过。

使用命令:defaults删除com.apple.dt.Xcode

解决了我的问题:)