I did try with lightweight migration, if that's what you mean?
static let migrateV1toV2 = MigrationStage.lightweight(
fromVersion: SchemaV1.self,
toVersion: SchemaV2.self
)
I've also tried with no migration plan at all, but in the future I need to make bigger changes to my model and therefor need to understand what I'm doing wrong :(
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: