2

It seems like autogeneration of NSManagedObject subclasses is broken in Xcode 6.0.1. I add a couple of properties to my entity, create new file, select NSManagedObject subclass, select my entity and click "Replace" when dialog appears, but new properties are not added. Creating classes for new entity works fine though. Did anyone face it?

Spail
  • 693
  • 1
  • 7
  • 21

1 Answers1

0

I had same problem. You need to delete Class for your entity and create new NSManagedObject subclass. More detailed here: Create NSManagedObject subclass not generating property after updating to Xcode 6.0

Community
  • 1
  • 1
SpartaqUA
  • 41
  • 1
  • 5