Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An NSManagedObjectContext delegate overrode fault handling behavior to silently delete the object #232

Open
kilovata opened this issue Mar 22, 2016 · 2 comments

Comments

@kilovata
Copy link

CoreData: warning: An NSManagedObjectContext delegate overrode fault handling behavior to silently delete the object with ID '0x127e66e40 x-coredata://10A7A9BA-9E86-464C-9EA8-ADEC2AF7AD7F/Card/p4' and substitute nil/0 for all property values instead of throwing.

What that means? The table is not displayed correctly.

@ivieru
Copy link

ivieru commented Mar 24, 2016

It happens if you have "index" property in your entity.
Problem resolved after renaming/removing it.

@ppaulojr
Copy link

The property cannot be named group, select or any SQL reserved word because EncryptedCoreData is not escaping the names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants