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?
Asked
Active
Viewed 346 times
2
-
yes, looks like it's happening for me too. hope there's a fix soon. – mitrenegade Sep 20 '14 at 03:07
-
2Consider using mogenerator, and raise bug reports with Apple – Wain Sep 20 '14 at 11:35
-
Still not fixed in the latest AppStore available release – Sergey Grischyov Jan 11 '15 at 05:25
1 Answers
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