Post

Replies

Boosts

Views

Activity

Comment on App crashes after deleting list item from CoreData - no debug output
i think it would help if more code were available ... if you have it on GitHub, BitBucket, or somewhere else, we could look at it. in particular, i'd like to see the code for the CourseEditView, whether its incoming argument course is held as an @ObservedObject, and how the code handles the optional properties of the course. that alone could be the problem: when a course is deleted, SwiftUI may still have access a CourseEditView involving the deleted course.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Comment on Xcode 14 Beta 3 Core Data Model Editor Style
i agree with you whole-heartedly when you say "I do think the graph view is crucial for establishing and analyzing relationships." you can get a nice overview of the model from the graphical diagram that otherwise takes a few minutes to flesh out when you have to read through each entity separately and basically sketch out a diagram by hand.
Jul ’22