File NSManagedObjectModel-CDEAdditions.m, line #128
now it looks like this:
..metadataForPersistentStoreOfType:NSSQLiteStoreType..
and it cannot open XML based core data, only the NSSQLiteStoreType.
It was metadataForPersistentStoreOfType:nil before the commit.
nil causes warning but also due to documentation:
If this value is nil, Core Data determines which store class should be used to get or set the store file's metadata by inspecting the file contents.
File NSManagedObjectModel-CDEAdditions.m, line #128
now it looks like this:
..metadataForPersistentStoreOfType:NSSQLiteStoreType..and it cannot open XML based core data, only the
NSSQLiteStoreType.It was
metadataForPersistentStoreOfType:nilbefore the commit.nilcauses warning but also due to documentation: