iphone - po object results in error: cannot find interface declaration for '$__lldb_objc_class' -
i'm having weird functionality in debug console.
say have next code:
anissue.issueid=[issuedictionary objectforkey:@"uniqueid"];
the po of issuedictionary function correctly:
{ title = "december 2012"; coverurl = "htt://toeete.com/coverurl/77111a51-32d8-4c39-912e-a889bad250e6.png"; downloadurl = "htt://oetoeto.com/pdffile/tr dec 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"; }
but whenever seek print-object of "anissue.issueid" or "[issuedictionary objectforkey:@"uniqueid"]" fails with: error: cannot find interface declaration '$__lldb_objc_class'
say :
po [anissue issueid]
or
po [issuedictionary objectforkey:@"uniqueid"]
both fails error... though if
po anissue
it succeeds!!!!!!!!
: id=december 2012_1 title=december 2012 released=2013-02-25 22:00:00 +0000 free=yes description=december 2012 issue
any idea
as trojanfoe indicated, seems it's bug... refer : devforums.apple.com/message/758329#758329
and please consider upvote comment under question. give thanks you
iphone ios xcode lldb llvm-clang
No comments:
Post a Comment