I\'m wondering how to share an entity between two different core data models? For example, I have a \"Universe\" model which describes a \"WorldData\" with its \"CountryData\". And in another hand, I
This is probably a very straight forward application, but I am new to Objective-C (coming from Java) and the whole memory management and \"EXC_BAD_ACCESS\" errors are breaking my heart.
From inside NSManagedObjectContext -save: I am getting this message: Assertion failed: (_Unwind_SjLj_Resume() can\'t return), function _Unwind_SjLj_Resume, file /SourceCache/libunwind/libunwind-24.1
I have another strange bug which I cannot figure out. I try to create a tableviewcell with the code below:
Hey guys, I\'ve got a subclass of an NSManagedObject. In awakeFromInsert and awakeFromFetch I\'m calling an initialization method which, among other things, starts an NSTimer.
I am parsing data on a background thread, inserting new entities and setting up relationships with other existing entities.
I have finally managed to get core data working and beginning to understand it. So far I have just been playing in a window based app with core data enabled, playing inside the app delegate files.
my app runs on iPhone device and also in simulator. Everythings seems fine, but i see a compiler warning during build. I hate to deliver code thats not completely correct so i need to get rid of this
I\'m trying to remove a managed object context, but instead of removing the object itself it sets all instant variables to null.
I am really stuck with these two things. What I am trying to do: My entity is simple. It\'s a \"record\".