Xcode has problem if I change an entity name in core data. It still tries to use the old name. If I use the editor menu to generate a subclass it generates one with the old name. After I change the entity name from Stack to WestStack I get the following error. What am I doing wrong?
'NSInternalInconsistencyException', reason: 'NSFetchRequest could not locate an NSEntityDescription for entity name 'Stack''