Since I updated to Xcode 6.0 I cannot anymore create a new NSManagedObject from the Xcode data model. Before, I just selected new File and NSManagedObject, I selected my Entity and my Class I wanted to change and a new Class.h and m with new attributes were created and uploaded in my folder. But now, nothing happens after I decide to save and replace my old class. It comes up with the old class (and in the finder I indeed have the old one).
Does anyone know why or have the same problem?