iphone - po 对象导致错误 : cannot find interface declaration for '$__lldb_objc_class'

标签 iphone ios xcode lldb llvm-clang

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

假设您有以下代码:

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

issueDictionary 函数正确的 po:

{ Title = "december 2012"; coverUrl = "htt://toeete.com/CoverURL/77111a51-32d8-4c39-912e-a889bad250e6.png"; downloadUrl = "htt://oetoeto.com/pdfFile/TR December 2012 Single.pdf"; "end_date" = "12/31/2013"; images = ( ); "release_date" = "02/26/2013"; summary = "december 2012 issue"; uniqueId = "december 2012_1"; updated = "02/11/2013"; }

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

像这样说:

po [anIssue issueID]

po [issueDictionary objectForKey:@"uniqueId"]

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

po anIssue

成功了!!!!!!!!!

: ID=december 2012_1 Title=december 2012 Released=2013-02-25 22:00:00 +0000 Free=YES Description=december 2012 issue

任何想法

最佳答案

正如 trojanfoe 指出的那样,这似乎是一个错误... 引用:devforums.apple.com/message/758329#758329

请考虑在我的问题下对他的评论投赞成票。 谢谢

关于iphone - po 对象导致错误 : cannot find interface declaration for '$__lldb_objc_class' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14809849/

相关文章:

iphone - 点击状态栏时将所有 ScrollView 滚动到顶部

iphone - 使用相同代码构建的两个 iPhone 应用程序可以使用不同的 iTunesArtwork(完整版和精简版/免费版)吗?

iphone - 如何使用 Windows 为 iPhone 构建 native 应用程序?

ios - UITextField 开始听写

objective-c - 如何使用 NSTitlebarAccessoryViewController?

iphone - 尝试将照片库中的图像保存到 iPad 应用程序包中

iPhone 应用程序 : MPMoviePlayer: PlayVideo in Landscape mode only

ios - Objective C 中两个数组中的字符串搜索

ios - 在 UISheetPresentationController 中自定义较小的 Detents?

xCode 4 添加文件夹