Post

Replies

Boosts

Views

Activity

Reply to EXC_BAD_ACCESS Error in CoreData
turn on all these flags and see if the debugger points you to an issue in your code. https://useyourloaf.com/blog/debugging-core-data/
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to SwiftUI - how to update a list of child object after an edit.
This sounds related to the current issue that support for DiffableDataSource in FetchedResultsController doesn't handle updates, only inserts, deletes, and moves. FetchedResultsController is the backbone of @FetchRequest in SwiftUI. See https://www.avanderlee.com/swift/diffable-data-sources-core-data/ for a good discussion of the issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to How to clean up old NSPersistentStore files after migrating Core Data with CloudKit to App Group container
Hmm
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to CKQuery predicate fails with ANY-BEGINSWITH
Do you have a Searchable index on favoriteColors?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jul ’21