is it possible to have multiple core data model files to one single Xcode project? [duplicate]
This question already has an answer here: Is it possible to have multiple core data “databases” on one iOS app? 2 answers I am working on an ipad app where I am dealing with core data. The data managed by the app can be categorised into two categories. The first kind of data is specific to that device only or app only. whereas the other category of data needs synching among various device having the same app. so in the scenario, I got a thought to have two model file in my project and two corresponding sqlite files. And synching one sqlite file to order to achieve synching. Please suggest, if