iOS 13.4 CoreData SwiftUI app crashes with “EXC_BREAKPOINT (code=1, subcode=0x1f3751f08)” on device
问题 A very simple CoreData app: All code provided below. Start up with CoreData template single view app. 2 entities with a string attribute each: Message(title) and Post(name) A NavigationView containing NavigationLink to a list of messages NavigationLink to a list of posts Each linked ListView (Message/Post) has a button to add an item to the list a button to remove all items from the list Now, when you run this app on a simulator (any iOS 13.x version) all runs as expected from the description