New posts in core-data

Xcode 8 generates broken NSManagedObject subclasses for iOS 10

How to sync CoreData and a REST web service asynchronously and the same time properly propagate any REST errors into the UI

How to use the first character as a section name

iPhone Core Data "Production" Error Handling

How to Deal with Temporary NSManagedObject instances?

How to create managedObjectContext using Swift 3 in Xcode 8?

How to add unique constraints for some fields in Core Data

What's the best approach to prefill Core Data store when using NSPersistentCloudKitContainer?

How should I store UIImages within my Core Data database?

Core Data NSPredicate "deleted == NO" does not work as expected

Xcode is looking for core data entity names with dot; not compiling

Xcode NSManagedObject subclass contains optionals when they are marked as non-optional

What do I have to do to get Core Data to automatically migrate models?

How do I sort a swift array containing instances of NSManagedObject subclass by an attribute value (date)

How to write a BOOL predicate in Core Data?

Cannot create an NSPersistentStoreCoordinator with a nil model

Implementing Fast and Efficient Core Data Import on iOS 5

Core Data background context best practice

CoreData relationship fault?

How to apply the type to a NSFetchRequest instance?