私は xCode 4.3.1 を使用していますが、すぐに lldb を使用したいのですが、デバッグ情報はほとんど得られませんが、代わりに次の結果が得られ、単純な NSMutableDictionary プロパティを po-ing します。
(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 に切り替えると、常に適切な結果が得られます。
誰でもアイデアはありますか?