iOS Core Data - Removing object from relationship causes another relationship to become nil -


i have app using core data there multiple profiles. there multiple categories , products. each category can have multiple products, , each product has 1 category. each profile has relationship products , categories, don't have show everything. i'm running problem removing product relationship of profile ends it's category property nil. required property, fails context save.

the category objects not being deleted.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -