我有一个名为“Object”的类,将名称更改为 TheObject(在我的项目中的任何地方),因为我认为它会导致问题。(TheObject 是 CoreData 生成的类)
现在我得到这个错误:
2012-09-21 14:19:45.794 Choose3[1348:fb03] *** NSInvocation: warning: object 0x191f500 of class 'Object' does not implement methodSignatureForSelector: -- trouble ahead
2012-09-21 14:19:45.794 Choose3[1348:fb03] *** NSInvocation: warning: object 0x191f500 of class 'Object' does not implement doesNotRecognizeSelector: -- abort
为什么 Xcode 仍然认为我有一个名为 Object 的类而我没有?