I've originally posted this on the dev forums but after a few days it's
only gotten 8 views and no replies. I'm hoping for a bit more luck here.
Here's the original post:
We use a subclass of NSTextStorage that enables us to do live word and
page count. The final product, however, must be written
On Aug 15, 2008, at 6:09 AM, Tim Isted wrote:
On 15 Aug 2008, at 00:19, Vadim Lozko wrote:
I'm having a problem trying to upgrade an existing store of a Core
Data database to a newer model that simply has 1 additional
attribute property in an entity. This is not a document base
:
*** Terminating app due to uncaught exception
'NSInvalidArgumentException', reason: 'Cannot create an
NSPersistentStoreCoordinator with a nil model'
I'm about 85% sure I specified the path right, but not sure if that'll
actually fix my problem.
Any guidance