【问题标题】:xcode 5.0.1 crashes when I build and run an empty ios app当我构建并运行一个空的 ios 应用程序时,xcode 5.0.1 崩溃
【发布时间】:2014-03-20 00:04:12
【问题描述】:

当我构建并运行一个空的 ios 应用程序时,Xcode 5.0.1 崩溃。

我该如何解决这个问题?

日志如下:

Version:         5.0.1 (3335.23)
Build Info:      IDEApplication-3335023000000000~2
Code Type:       X86-64 (Native)
Parent Process:  launchd [192]
Responsible:     Xcode [600]
User ID:         501

Date/Time:       2014-03-17 19:36:09.442 +0800
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  FC8475E3-7090-9E79-B7E3-A079F66EB066


Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
Sending performRunAction: to <IDERunPauseContinueToolbarButton: 0x7fb1ae158e50> from <IDERunPauseContinueToolbarButton: 0x7fb1ae158e50>
ProductBuildVersion: 5A2053
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for key 'workerClass' of extension 'Xcode.DebuggerFoundation.Debugger.LLDB' in plug-in 'com.apple.dt.dbg.DebuggerLLDB'

【问题讨论】:

    标签: ios objective-c xcode crash


    【解决方案1】:

    按照以下步骤操作:

    1. 关闭所有打开的应用程序
    2. 重新启动 Finder
    3. 运行 sudo find / -name ".DS_Store" -exec rm {} \;这会删除计算机上的所有 .DS_Store 旧文件
    4. 启动查找器并将默认视图设置为“列表视图”,如下所示:http://macs.about.com/od/usingyourmac/ss/Setting-Finder-Views-For-Folders-And-Sub-Folders_2.htm
    5. 重新运行有问题的应用程序和文件选择器工作

    希望这对你有用。

    【讨论】:

    • 我已经完成了上面列出的步骤,但是发现它不起作用。无论如何,谢谢。
    • 欢迎您,那么我建议您从 App Store 下载最新稳定版本的 Xcode,您的问题将解决。
    • 我尝试了从 4.6 到 5.0.1 到 5.1 的不同版本的 xCode。但他们都像以前一样坠毁。我的 os 似乎有问题。 @Irfan
    • 你猜怎么着?我从 App Store 下载了 mavericks 并重新安装了我之前也是 mavericks 的操作系统。完成后,每个用户文件和应用程序都完好无损,最重要的是,我解决了崩溃问题!
    【解决方案2】:

    我从 App Store 下载了 Mavericks 操作系统,然后重新安装了我之前也是 Mavericks 操作系统的操作系统。

    在我完成之后,每个用户文件和应用程序都完好无损,并且是最重要的,

    我解决了崩溃问题。

    希望这能帮助其他有类似问题的人。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-06-27
      • 1970-01-01
      • 2013-10-25
      • 2023-04-01
      • 2015-07-12
      • 2020-02-25
      • 2017-10-12
      • 1970-01-01
      相关资源
      最近更新 更多