Xcode 6.1在“编辑方案”上崩溃

时间:2014-11-05 14:53:09

标签: ios objective-c xcode xcode6

当我试图进入这个屏幕时,Xcode 6.1崩溃了:编辑方案 - >运行 - >选项标签

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

现在每次进入“编辑方案......”时都会崩溃

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

崩溃报告:

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)

2 个答案:

答案 0 :(得分:5)

使用命令:defaults delete com.apple.dt.Xcode

解决了我的问题:)

答案 1 :(得分:3)

尝试将Mac OS语言设置切换为英语(系统偏好设置 - &gt;语言和地区),在首选语言中添加英语并将其设置为主要语言。它帮助了我,每次我尝试在Edit Scheme窗口中访问Options时,我都将Czech作为我的主要语言,Xcode崩溃了。在Xcode 8中工作,在以前的版本中没有尝试过。