I have an App using core data with 3 entities with very similar attributes. The relationship is such as:
Branch ->> Menu ->> Category ->> FoodItem
Each ent
I had the key switched with the value : @{value :@"key"} It should be @{@"key":value}