Search code examples
Adding Core Data Entity named Image creates compile errors...


iosswiftcore-dataswiftui

Read More
How can I calculate average from data stored in Core Data SwiftUI...


swiftcore-dataswiftui

Read More
SwiftUI - View not updating after adding linked object in Coredata...


swiftcore-dataswiftuiswiftui-navigationview

Read More
Is there a way to save NSManagedObjects 1 at a time...


iosobjective-ccore-datamagicalrecord

Read More
Create complicated NSCompoundPredicate in swift 3...


swiftcore-datanspredicatenscompoundpredicate

Read More
Swift - Thread 1: EXC_BAD_INSTRUCTION when deleting object from Coredata...


swiftmacoscore-dataswiftuiswiftui-alert

Read More
Core Data : UI Freeze when I try to fetch...


core-dataswiftui

Read More
Codegen for CoreData entity not working in Xcode 11...


swiftxcodecore-datacode-generation

Read More
Crash on App launch because of insertion in Core Data ([NSManagedObjectContext insertObject:])...


iosswiftmacoscore-data

Read More
How do you clean up an in-memory core data instance between test runs?...


iosswiftcore-data

Read More
Should I use weak to let UICollectionViewCell hold an NSManagedObject, to avoid from interferencing ...


iosswiftcore-data

Read More
Swift: Storing states in CoreData with enums...


core-dataswift

Read More
How can we decide to choose `NSBatchUpdateRequest` or `NSManagedObject`, when updating 1 row?...


iosswiftcore-data

Read More
Keypath error with Core Data SUBQUERY and NSFetchedResultsController...


iphoneioscore-data

Read More
How to avoid changing property values in an NSBatchInsertRequest?...


core-datansfetchedresultscontrollernsmanagedobjectnsmanagedobjectcontextnsfetchrequest

Read More
How can I make multiple calls of NSBatchUpdateRequest within DB transaction so that either all rows ...


iosswiftcore-data

Read More
MVVM in SwiftUI and the appropriate Bindings...


swiftcore-dataswiftuicombine

Read More
Can an entity have a list/array of items (Core Date, XCode)...


swiftxcodecore-data

Read More
How to store array of custom structs in Coredata...


swiftxcodecore-data

Read More
How is Record Zone Sharing done?...


ioscore-datacloudkitsharingckrecordzone

Read More
How to use newBackgroundContext() with URLSession.shared.dataTaskPublisher?...


iosswiftcore-datacombineios-multithreading

Read More
API Misuse: Attempt to serialize store access on non-owning coordinator - with Assets.xcassets...


swiftxcodeexceptioncore-dataswiftui

Read More
Why is there a Weak References Between Managed Objects and the Context?...


ioscore-dataautomatic-ref-counting

Read More
How to get apple's CF Absolute Time OR core data supported timestamp using terminal shell comman...


iosshellcore-datatimestamp

Read More
Why DispatchQueue.main.async is required when using CoreData, NSFetchedResultsController and Diffabl...


iosswiftcore-datansfetchedresultscontrolleruicollectionviewdiffabledatasource

Read More
Difference among NSManagedObject(context:) constructor and NSEntityDescription.insertNewObject for i...


iosswiftcore-data

Read More
Share Core Data between users with NSPersistentCloudKitContainer...


ioscore-datacloudkitcksharenspersistentcloudkitcontainer

Read More
How do I use SF symbols in my Core Data model?...


core-dataswiftuisf-symbols

Read More
How to apply the type to a NSFetchRequest instance?...


swiftcore-dataswift3

Read More
Why do we use performWait in core data?...


iosswiftcore-datasemaphore

Read More
BackNext