Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

What is the most efficient way to delete a large number (10.000+) objects in Core Data?

ios core-data

performBlockAndWait creates deadlock

core data: [NSFetchedResultsController -fetchedObjects], will this method reflect object change?

iphone ios core-data

How do I efficiently wipe my Core Data store when I'm simply storing the data in memory (not to disk)?

Duplicate Symbol Error in NSManagedObject Subclass

Swift CoreData -- Cannot assign value of type 'Int' to type 'Int16'

ios core-data

Geo Spacial Bounding Box Rectangle Calculation Error: Latitude Incorrect

Retrieve single object from NSFetchRequest

Store But Don't Save NSManagedObject to CoreData?

Can I safely wrap 'CoreData could not fulfill a fault' errors in a @try catch block

ios core-data

is it possible to have multiple core data model files to one single Xcode project? [duplicate]

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+entityForName: nil is not a legal NSManagedObjectContext

Swift NSSet & CoreData

ios core-data swift nsset

Swift CoreData: error: Serious application error. Exception was caught during Core Data change processing.

How to store swift enum in core data?

swift core-data enums

iOS Swift | Core data fetch by specific value

ios swift core-data fetch

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

ios xcode core-data xcode8

Core Data and custom attribute type

ios swift core-data swift3

Producer Consumer Issue with Core Data

Core Data to-many relationships. Are they Lazy Load?