仪器(泄漏/活动监视器/时间分析器等)无法启动 - 发生了什么事?
如果这个问题已经在这里,我很抱歉,但我在这个问题上挣扎了几个小时,但没有结果。长话短说 - 我全新安装了 Xcode(版本 3.2.5 64 位),当我尝试使用性能工具(比方说 Leaks)运行我的应用程序时,无论我选择哪个工具,Instruments 都会崩溃。由于我是 Xcode 的初学者,所以我不知道出了什么问题。请找到下面的崩溃报告:
流程:仪器 [4033] 路径:
/Developer/Applications/Instruments.app/Contents/MacOS/Instruments 标识符:com.apple.Instruments 版本:2.7(3017)构建 信息:Instruments-30170000~6 代码 类型:X86-64(本机)父级 进程:launchd [172]日期/时间:2011-03-29 19:43:52.996 +0100 操作系统版本:
Mac OS X 10.6.7 (10J3250) 报告 版本:6自上次报告以来的时间间隔:
自上次报告以来发生了 118589 秒崩溃: 14 自上次报告以来每个应用程序的间隔: 自上次以来每个应用程序崩溃 24 秒 报告:5 个匿名 UUID:
5934F52C-EF00-40F1-A0B4-17D52FA623F1异常类型:EXC_BREAKPOINT (SIGTRAP) 异常代码: 0x0000000000000002, 0x0000000000000000 崩溃线程:0 调度队列: com.apple.main-thread
Dyld 错误消息:符号不正确 成立: _CSSymbolicatorCreateWithMachKernel 引用自: /Developer/Applications/Instruments.app/Contents/MacOS/../../../../Library/PrivateFrameworks//InstrumentsPlugIn.framework/Versions/A/InstrumentsPlugIn 预计在: /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
有没有人经历过类似的事情或知道如何解决它?我希望我已经足够描述性地阐述了我的问题。我将不胜感激你的帮助!
谢谢!
I'm sorry if this question was somewhere here already, but I'm struggling with this problem for hours with no results. Long story short - I have a fresh installation of Xcode (version 3.2.5 64bit) and when I try to run my app with a performance tool (let's say Leaks), Instruments just crash, no matter which tool I choose. As I'm a beginner when it comes to Xcode I have no clue what's wrong. Please find the crash report below:
Process: Instruments [4033]
Path:
/Developer/Applications/Instruments.app/Contents/MacOS/Instruments
Identifier: com.apple.Instruments
Version: 2.7 (3017) Build
Info: Instruments-30170000~6 Code
Type: X86-64 (Native) Parent
Process: launchd [172]Date/Time: 2011-03-29
19:43:52.996 +0100 OS Version:
Mac OS X 10.6.7 (10J3250) Report
Version: 6Interval Since Last Report:
118589 sec Crashes Since Last Report:
14 Per-App Interval Since Last Report:
24 sec Per-App Crashes Since Last
Report: 5 Anonymous UUID:
5934F52C-EF00-40F1-A0B4-17D52FA623F1Exception Type: EXC_BREAKPOINT
(SIGTRAP) Exception Codes:
0x0000000000000002, 0x0000000000000000
Crashed Thread: 0 Dispatch queue:
com.apple.main-threadDyld Error Message: Symbol not
found:
_CSSymbolicatorCreateWithMachKernel Referenced from:
/Developer/Applications/Instruments.app/Contents/MacOS/../../../../Library/PrivateFrameworks//InstrumentsPlugIn.framework/Versions/A/InstrumentsPlugIn
Expected in:
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
Has anyone experienced something like this before or knows how to fix it? I hope I've formulated my problem descriptively enough. I'd appreciate your help!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过几天毫无结果的挣扎后,我刚刚将 Xcode 更新到版本 4,一切都运行得很好。我仍然不知道我之前的安装出了什么问题,但由于我的仪器现在可以工作,我不会再调查了。
After days of fruitless struggle I have just updated my Xcode to version 4 and everything works perfectly fine. I still have no idea what was wrong with my previous installation, but since my Instruments work now, I won't investigate in any longer.