Hi,

I'm writing an iPad app with an OS X-based configuration utility.  The user 
enters data in the OS X-based config utility and exports it.  The iPad then 
picks up the SQLite file and uses it as its persistent store.  This was working 
fine 2 months ago.  I took a break on the iPad app to make some changes to the 
config utility.

After making changes to the data model used for the export, I deleted the data 
model in the iPad client app and copied the export data model from the config 
utility to the iPad app.  Now, i'm getting the dreaded Cocoa error 134100 - the 
model used to open the store is incompatible with the model used to create the 
store.  I've logged the metadata from the export store's persistent store and 
the persistent store the iPad client is trying to use.  They're identical.

Any ideas on what's causing the problem or how to troubleshoot this?

Mac OS X 10.6.2, iPhone OS 4.0 beta 2 (although the iPad client started life 
before the first OS 4 beta was released).

I only have one version of the data model.

Thanks in advance.

Brad
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to