首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >lldb奇怪的错误

lldb奇怪的错误
EN

Stack Overflow用户
提问于 2012-04-16 16:45:59
回答 3查看 4.4K关注 0票数 21

我使用的是xCode 4.3.1,当我想要使用lldb时,我几乎没有得到任何调试信息,而是在一个简单的NSMutableDictionary属性上得到了以下结果:

(lldb) po _keywordCache
error: instance method 'delegate' has incompatible result types in different translation units ('objc_object *' vs. 'id')
error: instance method 'delegate' has incompatible result types in different translation units ('objc_object *' vs. 'id')
note: instance method 'delegate' also declared here
note: declared here with type 'id'
note: instance method 'delegate' also declared here
note: declared here with type 'id'
error: 2 errors parsing expression

切换到gdb总是会得到正确的结果。

有谁有主意吗?

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/10171065

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档