Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving entities between configurations in Xcode Data Model Editor

I'm currently working on an app which, will hopefully, use Core Data to store/retrieve data from 2 sqlite files (At the moment it just uses 1). I realise to do this I have to create another configuration in the Core Data Model Editor of Xcode which I have done. Now, I am trying to move entities from my current configuration into the new one but I cant find a way of doing it. I'm using Xcode version 4.5.1.

Am i doing this right? How do you move move entities between configurations?

Any help is much appreciated :)

like image 593
JDx Avatar asked Jul 27 '26 09:07

JDx


1 Answers

Select one configuration in the left pane of the model editor and then drag'n'drop one or more of its entities from the right pane to another configuration in the left pane. This will copy the entity, so you still need to delete it from the original configuration.

like image 79
Dorian Roy Avatar answered Jul 29 '26 22:07

Dorian Roy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!