*iPhone* 无法在对象分配工具中进行符号化

发布于 2024-08-30 01:40:01 字数 263 浏览 4 评论 0原文

我从 Objective-C 运行一个 C++ 应用程序 我可以使用 Shark profiler 成功地符号化我的函数名称,但不能使用对象分配工具。 在详细窗格中,我只看到我的 C++ 应用程序名称以及 C++ 函数的十六进制值。

我尝试执行“文件/重新符号化文档”,选择包含我的应用程序和 Dsym 文件的应用程序文件夹,但没有任何变化。

有什么线索吗?

我的配置: 代码3.2.2 iPhone SDK 3.2 雪豹 (10.6.3)

谢谢。

i run a C++ app from objective-c
I can successfully symbolicate my function names using Shark profiler but not with the Object Allocations instrument.
In the detailed pane, i only see my C++ app name with the hexadecimal value for my C++ functions.

I tried to do a "File/Re-Symbolicate Document", selecting my app folder containing both my app and my Dsym file but nothing change.

Any clues?

My config:
xCode 3.2.2
iPhone SDK 3.2
Snowleopard (10.6.3)

Thx.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云淡月浅 2024-09-06 01:40:01

我设法为我的应用程序找到解决方案/原因。当我为 OS 3.0 构建应用程序时,我没有得到任何符号信息,但是如果我使用 3.1,它们都会出现。

I managed to find a solution/cause for my app. When I build the app for OS 3.0 I do not get any symbolic information, however if I use 3.1 they all appear.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文