11

我在调试控制台中有这个奇怪的功能。

假设您有以下代码:

anIssue.issueID=[issueDictionary objectForKey:@"uniqueId"];

issueDictionary 函数的 po 正确:

{ 标题 = "2012 年 12 月"; coverUrl = "htt://toeete.com/CoverURL/77111a51-32d8-4c39-912e-a889bad250e6.png"; downloadUrl = "htt://oetoeto.com/pdfFile/TR 2012 年 12 月 Single.pdf"; “结束日期”=“2013 年 12 月 31 日”;图像 = ( ); “发布日期”=“2013 年 2 月 26 日”;摘要 =“2012 年 12 月号”;uniqueId = "2012 年 12 月_1"; 更新=“2013 年 2 月 11 日”;}

但是,每当我尝试打印“anIssue.issueID”或“[issueDictionary objectForKey:@"uniqueId"]”的对象时,它都会失败:错误:找不到'$__lldb_objc_class'的接口声明

说:

po [问题问题ID]

或者

po [issueDictionary objectForKey:@"uniqueId"]

两者都因错误而失败......虽然如果我

问题

成功了!!!!!!!!

: ID=2012 年 12 月_1 标题=2012 年 12 月发布=2013-02-25 22:00:00 +0000 免费=是 描述=2012 年 12 月发行

任何的想法

4

2 回答 2

10

正如特洛伊木马所指出的那样,这似乎是一个错误......请参阅:devforums.apple.com/message/758329#758329

请考虑在我的问题下支持他的评论。谢谢

于 2013-02-14T10:11:25.150 回答
2

Xcode 4.6.1 was released a couple of days ago and a couple of problems that would lead to people getting cannot find interface declaration for '$__lldb_objc_class' have been resolved. Please try updating to Xcode 4.6.1 if you're seeing this problem.

于 2013-03-17T23:00:59.607 回答