Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Turn xcdatamodel file into xcdatamodeld file?

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

like image 948
user4951 Avatar asked May 01 '11 18:05

user4951


1 Answers

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….

like image 58
Matthias Bauch Avatar answered Sep 22 '22 00:09

Matthias Bauch