Tagged Questions
1
vote
2answers
2k 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 ...