我的应用似乎在这一行崩溃了:
id obj = [[@[self] filteredArrayUsingPredicate:[BPDObject predicateObjectsThatNeedToBeSynced]] firstObject];
出现此错误:
[<Contact 0x17049b580> valueForUndefinedKey:]: the entity (null) is not key value coding-compliant for the key "m_last_modified".
但我似乎无法理解错误消息与代码的关系?错误是否可能与main以外的线程相关?