views:

190

answers:

1

I am just learning Core Data on iPhone and the tutorial I am following says to create a new file and select NSManagedObject as the template. However, in Xcode 3.2.2 it seems to be gone. Is there any way to get it back or some kind of workaround?

Thanks in advance!

+4  A: 

Select the entity in your Core Data model (xcdatamodel) file first, and then create a new file. The managed object template should show up.

Alex Reynolds
Thank you this worked perfectly!
Mark Szymanski
This is one of those things I can never remember and always end up Googling. Thanks Alex (and boo to Apple for the crappy non-obvious interface!)
Simon