i'm having problem debugging from the console with lldb debugger after upgrading to xcode 5. i used to type po object
and it used to work fine, however now i get the error
error: instance method 'performBlock:afterDelay:' has incompatible result types in different translation units ('id' vs. 'void')
note: instance method 'performBlock:afterDelay:' also declared here
here is a screenshot of the stack, the code where the debugger stopped at, the values in the visual debugger and the debugger console. what might be the problem, is it a bug in xcode 5 or is there something i can do to rectify this?