If a crash get's marked as "Resolved" in Xcode organizer:
Will it automatically get reopened if the same issue occurs again in a new/ later app version?
If yes: Where is this documented?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
How can one observe changes in the SwiftData DB?
I'm aware that this is possible via Queries, but I need to fetch the data in background, so a query is not an option.
I'm aware of the ModelContext.didSave / .willSave notifications, but these don't work with iOS 17.
-> How can I observe changes to models of a certain type? I don't want to observe the whole database.