ios - Create separate xcdatamodel file for Core Data and merge them on runtime -


i have project separated in 1 main-project , sub-projects.

i have abstract entities in core data model file in main-project , create entities inherit of abstract entities each sub-projects in other core data model file.

then, when run app, merge core data model files in one.

do know if it's possible?

thanks lot!


Comments