Re: Error 134100 - Core Data models incompatible

2010-05-25 Thread Brad Gibbs
Seriously?  

I let people know which versions of the OSes I was running, but I don't see how 
this problem has anything to do with an NDA, unless it's a bug in the dev 
tools.  

Core Data for the iPhone OS has been available for many moons now, and, for all 
intents and purposes, this appears to be an issue with Core Data.  Furthermore, 
I have the dev tools for OS 4 installed, but, obviously, that's not what I'm 
running on the iPad, since the iPad doesn't support anything newer than 3.2, 
which is not under NDA.



On May 20, 2010, at 4:33 PM, eric dolecki GMail wrote:

 Well said.
 
 Sent from my iPad
 
 On May 20, 2010, at 6:54 PM, Fritz Anderson fri...@manoverboard.org wrote:
 
 On 20 May 2010, at 4:13 PM, Brad Gibbs wrote:
 
 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).
 
 And here is why you won't get any answers. The NDA you agreed to in order to 
 get the 4.0 SDK forbids you, and anyone who knows the answer, to discuss it 
 in public. The penalties can be draconian.
 
 If you have access to prerelease software, you have access to the Apple 
 Developer Forums behind your login at developer.apple.com/iphone. Try there.
 
  — F
 
 ___
 
 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/edolecki%40gmail.com
 
 This email sent to edole...@gmail.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/archive%40mail-archive.com

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


Re: Error 134100 - Core Data models incompatible

2010-05-25 Thread Fritz Anderson
Seriously. I refer you to your original message:

On 25 May 2010, at 12:43 PM, Brad Gibbs wrote:

 iPhone OS 4.0 beta 2


You asked about the behavior of an operating system. The operating system you 
asked about was iPhone OS 4.0. Answering a question about iPhone OS 4.0 
requires discussion of iPhone OS 4.0. iPhone OS 4.0 may not be discussed on 
open mailing lists. 

If, as you say, your question was also applicable to operating system that may 
be discussed on an open mailing list, you could have omitted reference to 
iPhone OS 4.0, and responses would not, even implicitly, have to be about 
iPhone OS 4.0.

You now imply you meant to ask about the iPhone OS 4.0 beta 2 _SDK_, not the 
operating system itself. The SDK is likewise under nondisclosure, so that 
doesn't change anything.

I'm out of this thread; I've already kibitzed too much on the moderator's job. 
Take it up with him.

— F

___

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


Error 134100 - Core Data models incompatible

2010-05-20 Thread Brad Gibbs
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


Re: Error 134100 - Core Data models incompatible

2010-05-20 Thread Fritz Anderson
On 20 May 2010, at 4:13 PM, Brad Gibbs wrote:

 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).

And here is why you won't get any answers. The NDA you agreed to in order to 
get the 4.0 SDK forbids you, and anyone who knows the answer, to discuss it in 
public. The penalties can be draconian.

If you have access to prerelease software, you have access to the Apple 
Developer Forums behind your login at developer.apple.com/iphone. Try there.

— F

___

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


Re: Error 134100 - Core Data models incompatible

2010-05-20 Thread eric dolecki GMail
Well said.

Sent from my iPad

On May 20, 2010, at 6:54 PM, Fritz Anderson fri...@manoverboard.org wrote:

 On 20 May 2010, at 4:13 PM, Brad Gibbs wrote:
 
 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).
 
 And here is why you won't get any answers. The NDA you agreed to in order to 
 get the 4.0 SDK forbids you, and anyone who knows the answer, to discuss it 
 in public. The penalties can be draconian.
 
 If you have access to prerelease software, you have access to the Apple 
 Developer Forums behind your login at developer.apple.com/iphone. Try there.
 
   — F
 
 ___
 
 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/edolecki%40gmail.com
 
 This email sent to edole...@gmail.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/archive%40mail-archive.com

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