We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks as if it is related to the same issue we had with inserting and removing configs.
We might not be inserting/deleting on the proper context(s) and as a result trying to delete an event that has not been inserted into the context.
2015-12-04 16:26:04.263 Shopnify[52661:583278] Error saving to child context Error Domain=NSCocoaErrorDomain Code=134030 "(null)" UserInfo={NSAffectedObjectsErrorKey=( "<NSManagedObject: 0x7f8f056579c0> (entity: EventEntity; id: 0x7f8f05657a20 <x-coredata:///EventEntity/tC7FA37C2-3826-4C66-BC38-7AF4F7720FA837> ; data: {\n creationDate = 1449263450899;\n data = nil;\n featureKeyValue = 0;\n isDefault = 0;\n key = \"user.isConnected\";\n kind = feature;\n})" , NSUnderlyingException=Cannot delete object that was never inserted.}, { NSAffectedObjectsErrorKey = ( "<NSManagedObject: 0x7f8f056579c0> (entity: EventEntity; id: 0x7f8f05657a20 <x-coredata:///EventEntity/tC7FA37C2-3826-4C66-BC38-7AF4F7720FA837> ; data: {\n creationDate = 1449263450899;\n data = nil;\n featureKeyValue = 0;\n isDefault = 0;\n key = \"user.isConnected\";\n kind = feature;\n})" ); NSUnderlyingException = "Cannot delete object that was never inserted.";
}
The text was updated successfully, but these errors were encountered:
This should be fixed in pull : #20
Specifically: aa314a7
Sorry, something went wrong.
Merge pull request #21 from launchdarkly/dz/eventMultiThreading
9bbf17f
Fix multi threading crash for events array
cmavromoustakos
No branches or pull requests
It looks as if it is related to the same issue we had with inserting and removing configs.
We might not be inserting/deleting on the proper context(s) and as a result trying to delete an event that has not been inserted into the context.
}
The text was updated successfully, but these errors were encountered: