Ios swift – SwiftData crashes after changing a property struct
I use SwiftData in my app and I want to update a property in my model. This property (lets call it myData) is a Codable struct. I have added to new properties in myData, without changing anything in my model,…