Issues regarding NSTextStorage

2011-05-03 Thread Vadim Lozko
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

Re: Core Data merging

2008-08-15 Thread Vadim Lozko
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

Core Data merging

2008-08-14 Thread Vadim Lozko
: *** 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