Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 NSManagedObject 模型名称 A,我为其创建了一个附加 A+Additions 但是当我从 A+Additions 调用一个方法时,应用程序崩溃,未知选择器发送到类 NSManagedObject 的对象。
发现如果您不从编辑器菜单创建 Am,xdatamodeld 中的对象不会使用类名“A”更新,默认为“NSManagedObject”。 因此,您必须手动设置它,然后一切都会再次运行。