5

I still have an xcdatamodel file.

However, when I created a new project, xcode generate an xcdatamodeld file (with a d).

I want to convert my xcdatamodel file into xcdatamodeld file. I know that xcdatamodeld is some form of directory.

How would I do that?

I can't copy the entity to the xcdatamodeld file

user4951
  • 32,206
  • 53
  • 172
  • 282

1 Answers1

9

My answer from How to create the magic .xcdatamodeld folder / package?:

To create a model bundle you select the single model, open the Editor menu in the main menu and select Add Model Version….

Community
  • 1
  • 1
Matthias Bauch
  • 89,811
  • 20
  • 225
  • 247
  • Where is the design menu? There is no such thing? – user4951 May 02 '11 at 03:11
  • @Jim see the answer again, @Stuart edited it so it is usable with Xcode4. I'm still using xcode3 and I wasn't aware of the fact that apple shifted around the menus. – Matthias Bauch May 02 '11 at 19:23
  • 1
    time to change again... there's no Add Model Version option on the Editor menu in Xcode 4.2... I love Xcode 4.2 so much that I spank myself everyday. – Duck Nov 16 '11 at 19:31