Class not found, using default NSManagedObject instead

前端 未结 6 774
既然无缘
既然无缘 2021-01-04 04:59

I have a problem with core data in IOS 8. Whenever I want to use the insertNewObjectForEntityForName method, I get the

Class not found,

6条回答
  •  渐次进展
    2021-01-04 05:55

    This is an updated version from the answer provided from @High6

    As of Xcode 7 there is a Module property that you can set to Current Product Module (it appears automatically), so you don't need to use prefixes.

提交回复
热议问题