My code looks like that:
NSManagedObjectContext *context = [self.fetchedResultsController managedObjectContext]; NSEntityDescription *entity = [[self.fet
You say you have an entity named "Obrta", but the code is creating an object of type "Obrat". Fixing that typo should fix your issue.
"Obrta"
"Obrat"