SwiftUI: deleting Managed Object from cell view crashes app [non-optional property]? – Ios swift
I posted this question: SwiftUI: deleting Managed Object from cell view crashes app? as I worked on trying to understand why it crashes, I tried to change the model Item to have timestamp NON-optional: extension Item { @nonobjc public class…