V3 , VC V2 xcdatamodel , V1 V2. , V1, , , , .
, , Xcode , , . V1 → ...- > Vm- > Vn, , Vn. xcdatamodeld .
, Core Data, , : V1- > Vn, V2- > Vn,..., Vm- > Vn. .
, , .
~ 6 ( , , v1 App Store). , , Core Data .
:
NSURL *sourceURL = , *destinationURL = ;
NSManagedObjectModel *source = [[NSManagedObjectModel alloc] initWithContentsOfURL:sourceURL];
NSManagedObjectModel *destination = [[NSManagedObjectModel alloc] initWithContentsOfURL:sourceURL];
NSError *mappingError;
NSMappingModel *inferred = [NSMappingModel inferredMappingModelForSourceModel:source destinationModel:destination error:&mappingError];
, inferred!= nil, , , mappingError.
. , , .