NSDictionary *options = @{
NSMigratePersistentStoresAutomaticallyOption : @YES,
NSInferMappingModelAutomaticallyOption : @YES
};
.....
[_persistentStoreCoordinator addPersistentStoreWithType:NSSQLiteStoreType configuration:nil URL:storeURL options:options error:&error]
http://stackoverflow.com/questions/5743805/how-can-i-extract-all-localizable-strings-from-all-xib-files-into-one-file
ReplyDelete