Re: converting coredata files

2013-02-07 Thread Dave Fernandes
On 2013-02-07, at 2:38 PM, Charles Srstka wrote: > On Feb 2, 2013, at 1:09 PM, Amy Heavey wrote: > >> I've got an app that I write for myself (I am the only user). I made a >> mistake when creating the datamodel in xcode 3 (targeting 10.5), I used >> "description" as an attribute name. I hav

Re: converting coredata files

2013-02-07 Thread Charles Srstka
On Feb 2, 2013, at 1:09 PM, Amy Heavey wrote: > I've got an app that I write for myself (I am the only user). I made a > mistake when creating the datamodel in xcode 3 (targeting 10.5), I used > "description" as an attribute name. I have now upgraded and the current > xcodes do not like the pr

Re: converting coredata files

2013-02-07 Thread Amy Gibbs
Hi, I've got quite a lot of relationships so thought exporting and importing would be quite involved, migration seemed the easiest method, It have used migration when upgrading the data model in the past and it has been fine. I'll certainly google import/export methods. The actual apps are alm

Re: converting coredata files

2013-02-07 Thread Keary Suska
On Feb 7, 2013, at 7:34 AM, Amy Gibbs wrote: > I've installed 10.5 and Xcode 3 on an external drive to try and solve this. > I've created a new data model changing the Idea.description to > Idea.ideaDescription and created a mapping model to manage the change, > however when I try to run it wit

Re: converting coredata files

2013-02-07 Thread Dave Fernandes
Can you post the exact error message or error code you get? I don't remember how migration worked in Leopard (I skipped from Tiger to Snow Leopard), but can you post the code snippet that does the migration? On 2013-02-07, at 9:34 AM, Amy Gibbs wrote: > I've installed 10.5 and Xcode 3 on an ex

Re: converting coredata files

2013-02-07 Thread Amy Gibbs
I've installed 10.5 and Xcode 3 on an external drive to try and solve this. I've created a new data model changing the Idea.description to Idea.ideaDescription and created a mapping model to manage the change, however when I try to run it with the data file it says it is missing the persistent

Re: converting coredata files

2013-02-02 Thread Dave Fernandes
On 2013-02-02, at 2:09 PM, Amy Heavey wrote: > Hi, > > I've got an app that I write for myself (I am the only user). I made a > mistake when creating the datamodel in xcode 3 (targeting 10.5), I used > "description" as an attribute name. I have now upgraded and the current > xcodes do not li

converting coredata files

2013-02-02 Thread Amy Heavey
Hi, I've got an app that I write for myself (I am the only user). I made a mistake when creating the datamodel in xcode 3 (targeting 10.5), I used "description" as an attribute name. I have now upgraded and the current xcodes do not like the project file at all. I've got quite a lot of data i