Search code examples
objective-cxcodecore-dataxcode4

XCode 4 Generating classes from entities in CoreData


Im using XCode 4 and working with CoreData. Now, how do I generate classes for entities? I used to do it in XCode 3 by clicking on a diagram entity, going to File->New and choosing NSManagedObject class.

For some reason i cant seem to find it in XCode 4, it's not showing up in the dialog...


Solution

  • You'll find in DP5 it is now a menu item. Finally!