mkral
mkral

Reputation: 4085

XCode not saving location of entities on core data mapping tool

It seems like every time I open the project the entities are stacked (visually) on top of each other. Has anyone else had this problem? Any clue how to fix it? It gets annoying when I have to drag >10 entities around to see their relationships.

Upvotes: 1

Views: 104

Answers (1)

J2theC
J2theC

Reputation: 4452

I have noticed this in the past. I stopped using the mapping tool for the models and just use the lists because of the annoying-nes of having to organize the relationships and entities every time i launch the application.

Upvotes: 1

Related Questions