Hello Everyone,
I have a core data database which has (for now) 2 entities Product and CompetingProduct, CompetingProduct relation is set to-many with products.
I create 2 mock Products and 2 mock Competing products and set relation between them .. everything works files.. Saved to database, also NSlog, "po" them.. all is good.
Now.. when i restart the app or i request all objects of competing product type from a different view.. i get Relation fault for the relation between Competing Product and Products (although i added them earlier, and saved)
I know that about the lazy loading of data core but here is not the case because when i try [NSSet allObjects] (also po, nslog - nothing) it returns 0 objects which normally should get objects.
Note: Immediately after i call saveChanges - all things work
Absolutely ANY help will be greatly appreciated and win you my respect and of course a couple of beers
Thanks!