iPhone

MSPersistentStoreCoordinator Has no persistent stores

SOLUTION: Locate and delete the old sqlite database file.
RTFM: Page 42 of the iPhone_Development.pd file from Apple

Whilst developing an iPhone application that uses the Core Data system as the persistence mechanism, I added a new attribute to the source of type 'Binary Data' to hold a UIImage thumbnail.

I did a Clean All Targets and rebuilt and hit the big one to test it out an Whammo! Get a load of this for an error message...