SwiftData – how to correctly update application when SwiftData Model(s) change?
would anybody be so kind to provide a link or “steps to follow” that need to be done when you change a model and you want the updated app releases not to crash?
SwiftData can’t initialize model container with error “The model used to open the store is incompatible with the one used to create the store”
I’m encountering an issue where my app crashes when users update to a new version.