Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Storing coordinate from Core Location in Core Data. Float or Double?

Entity is not key value coding-compliant for the key

objective-c cocoa core-data

Core Data/NSOperation: crash while enumerating through and deleting objects

How to approach 'caching' in iOS development with Swift

Core Data Versioning manually

Core Data data model: attribute type for UIColor

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