I\'ve found documentation very limited and my problem solution nowhere. I need to add new entity (with relationship to existing one). Also add and rename some of attributes of existing entity.
I have the older version of the core data model of the released app. Now, in the next version of the app, I am migrating the core data model to new model. Is there a way to get the attribute values fr
I have 2 object models in Core Data (say v1 and v2). This migration is eligible for light weight migration. Now, I want to execute custom code after the migration but only when the migration is from v
I\'m trying to create a mapping model for my app that has some custom code. Thus I created a xcmappingmodel and I subclassed NSEntityMigrationPolicy and implemented the
I have an app at the App-Store right now that uses Core-Data with persistent store to save the data as SQL-Lite-store-type, locally on the device.
We have an app that is currently in the app store. It uses Core Data as its persistence mechanism. We have a new version ready to go, and it has some schema changes. Specifically, we have added 1 new
My fear is the change of the data model in subsequent releases. I created a new xcdatamodel file in Xcode which is not v开发者_如何学JAVAersioned by default. I know you can click somewhere and make i
I am not sure if it can be done by using lightweight migration. My problem is relatively simple, but I could not find a sol开发者_如何转开发ution anywhere on the net.
My iPhone app needs to migrate its core data store, and some of the databases are quite large. Apple\'s documentation suggests using \"multiple passes\" to migrate data to reduce memory use. However,
My iPhone app update has a new version 开发者_如何学JAVAof my core data store model. I am using a custom NSEntityMigrationPolicy. However with large core data stores on older iDevices (i.e. with less