Brad -

At a guess, you're somehow pulling in CalendarStore.calmom into your model. This might happen if you're doing [NSManagedObjectModel mergedModelFromBundles: [NSBundle allBundles]], which is declared dangerous for just this reason.

+Melissa

On Mar 25, 2008, at 17:56, Brad Willoughby wrote:

When I add /System/Library/Frameworks/CalendarStore.framework to my Leopard Core Data application in XCode 3.0 and click Build & Run, I get the following error:

"The managed object model version used to open the persistent store is incompatible with the one that was used to create the persistent store."

This makes no sense to me. I have not touched my data model and can confirm that it has not changed via subversion's "svn status". I Googled and checked the cocoa-dev archives, but there's not much out there regarding the Calendar Store framework.

Any ideas as to why adding CalendarStore.framework is causing this Core Data error?

Cheers,
Brad
TinyPlanet Software, LLC
http://tinyplanetsoftware.com/
_______________________________________________

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/mjturner%40apple.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to