*iPhone* 无法在对象分配工具中进行符号化
我从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法为我的应用程序找到解决方案/原因。当我为 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.