Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

EXC_BAD_ACCESS error when trying to change Bool property

ios core-data swift

Crash when adopting NSSecureUnarchiveFromDataTransformer for a Transformable property

How to wait until cloud kit data is being synced with core data in swift in iOS13

ios swift core-data icloud

setPrimitiveValue:forKey: and to-many relationships

objective-c cocoa core-data

CoreData with multiple stores: configuration woes

Core Data addPersistentStoreWithType return nil, but error is nil too

ios objective-c core-data

How does one architect an entity in Core Data with a generic relationship?

CoreData transient relationship example

_PFObjectIDFastHash64 Crash EXC_BAD_ACCESS KERN_INVALID_ADDRESS

ios core-data crashlytics

Cannot update object that was never inserted

Core Data SQLite store becomes readonly after update

ios core-data

How should I be associating Core Data entities for use with RestKit?

ios cocoa core-data restkit

Alternatives to iCloud + Core Data to sync data between iOS and OS X

Implementing full text search on iPhone?

Checking for Presence of Objective-C Framework

Core Data Sync - Tracking Deleted Objects

iphone mysql ios ipad core-data

Core Data Relationships: How to insert a new object into an entity and create a relationship to an existing object in another entity

Unacceptable type of value for to-one relationship: property = "user"; desired type = User; given type = User;

Debugging NSObjectInaccessibleException - The NSManagedObject with ID:0x123456789 has been invalidated

core-data

Why is Core Data so difficult to prepopulate?