Странная ошибка lldb

Я использую xCode 4.3.1, и как только я хочу использовать lldb, я почти не получаю никакой отладочной информации, но вместо этого получаю следующий результат, po-ing для простого свойства NSMutableDictionary:

(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 всегда дает правильные результаты.
Есть идеи?

21
задан user3929962 23 September 2014 в 18:45
поделиться