Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

How to make a designated initializer for NSManagedObject subclass in Swift?

How do I get mogenerator to recognize the proper type for Transformable attributes?

CoreData could not fulfill a fault for

Accessing Core Data SQL Database in iOS 8 Extension (Sharing Data Between App and Widget Extension)

(NSFetchedResultsController): couldn't read cache file to update store info timestamps

How to sync records between Core Data and CloudKit efficiently

xcode 7 generates core data entity with additional CoreDataProperties category

ios xcode core-data xcode7

How to use Core Data's ManagedObjectModel inside a framework?

Core-Data iPhone: could not locate an NSManagedObjectModel

Setting an NSManagedObject relationship in Swift

NSFetchedResultsController and NSOrderedSet relationships

Subclass.fetchRequest() Swift 3.0, extension not really helping 100%?

swift core-data

Core Data's NSPrivateQueueConcurrencyType and sharing objects between threads

Core data, how to get NSManagedObject's ObjectId when NSFetchRequest returns NSDictionaryResultType?

How to store CLLocation using Core Data (iPhone)?

Can I apply multiple predicates to an NSFetchRequest? Would it be better to manually parse my results?

'An NSManagedObject of class 'className' must have a valid NSEntityDescription.' error

swift core-data

Core Data VS Sqlite or FMDB....?

iphone ios sqlite core-data fmdb

Search Core Data for all objects with an empty "to-many" relationship

How come I can cast to NSManagedObject but not to my entity's type?

ios core-data swift