I created a model using the model Editor in XCode4. After a short while I decided to rename my entities.
That worked well but when I try to generate a NSManagedObject sublass from them, XCode generate them with the old entity/class name.
Is this a known bug?
I solved it. This isn’t a bug. If you click on the Entity you have to change the class name in the inspector, too.