I have a project separated in one main-project and sub-projects.
I have some abstract entities in the Core Data Model file in the main-project and I would create entities which inherit of the abstract entities into each sub-projects in other Core Data Model file.
Then, when I run the app, I would merge all the Core Data Model files in one.
Do you know if it's possible?
Thanks a lot!