Why is your SQLite-based data store being parsed as an
NSXMLObjectStore? Are you sure you're trying to load it as an SQLite
store?
I'm sure I'm using a SQLite store and that I'm loading it properly.
Coredata stores the store metadata in a plist format (even when the
store is SQLite). The problem is happening when it tries to parse
that plist I think.