Hi, i am new to Core Data and my model is to complex to describe it here, sorry.
My App fetch many small amounts of data from the web and store it to the core data entities. The saving is fine sometimes, but sometimes there is an
NSInternalInconsistencyException
with this description
binding not implemented for this SQLType 7
The Exception raises in the
[NSManagedObjectContext save:]
method so i cannot go through it using the debugger.
I checked my CoreData model and everything seems fine. I checked all values from the console and non of the required attributes are nil.
Maybe someone has an idee to fix this problem? Thanks