Tagged Questions

1
vote
0answers
4 views

implementing core data to an existing iPhone-project

Hi Folks, I´ve some trouble with implementing Core Data to my existing iPhone-Project. First I wanna give you a more detailed view on it: Some of my classes are nested into each other: The class …
1
vote
2answers
795 views

Manual Core Data schema migration without “document changed” warning?

The data model for my Core Data document-based app (10.5 only) is in a framework, so automatic schema upgrades using a Core Data mapping model don't appear to work. It appears that the Core Data …