Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

iOS15: NSPersistentCloudKitContainer: how to un-share objects?

ios core-data cloudkit

existingObjectWithID:error: returns nil, but objectWithID: returns an actual usable object

Sorting by expression from NSExpressionDescription

ios core-data

Core Data: 'The left hand side for an ALL or ANY operator must be either an NSArray or an NSSet.'

'AnyObject' does not have a member named 'contactName' Blocking my loop

core-data swift

IOS Swift Core Data how to add fields in propertiesToFetch that is not in propertiesToGroupBy

ios swift core-data group-by

NSManageObjectContext - Class is not key value coding-compliant for the key @count

ios core-data restkit xcode8

Core Data entity name is nil while running a second unit test

ios swift core-data

how should I defensively code for possible core data file corruption or loading issues?

Compatibility problem with .xcdatamodeld between Xcode 4.1 (Lion) and Xcode 3.2.5 (snow leopard)

Automatic Core Data migration fails on Mac OS X 10.5 but not on 10.6 or 10.7

How can I tell MagicalRecord to not use the file based Core Data but an in memory setup?

Core data custom migration

UITableView Freezes After Swipe to Delete But Not Whole UI

Core Data (After Adding Unique Constraint) : annotation: repairing missing delete propagation for to-many relationship

Out-Of-Memory while doing Core Data migration

Any way to ignore missing inverse warnings when compiling a managed object model?

xcode core-data

Hang on NSManagedObjectContext's save:

How can I know the class type of an abstract entity in a NSPredicate?

Core Data Object IDs vs Permanent Object ID