I'm trying to create a framework which uses Core Data. I have my data model included in the framework.
For some reason though, when I try to use the framework in a project, the framework's objects are unable to find either the momd or mom files in the framework.
I tried looking, but couldn't find a proper tutorial on how to correctly use Core Data with a framework.
Could anyone point me into the right direction?