> On 2009 Oct 14, at 12:47, Jim Thomason wrote: > >> On Wed, Oct 14, 2009 at 2:25 PM, Ben Trumbull <trumb...@apple.com> >> wrote: >>>> The short description is this - I have a document based CoreData >>>> app. >>>> I can carefully craft a set of data. I then open the document, >>>> select >>>> a particular record, and do a Save As. This works fine. But when I >>>> select a second record, I get errors that CoreData could not >>>> fulfill a >>>> fault. If I quit the app and re-launch it, I can operate on the >>>> copy I >>>> just saved w/o issue, so apparently the data is there. I haven't a >>>> clue what the problem is. >>> >>> Does your app run correctly on 10.5.* ? There's a known regression >>> similar >>> to this in 10.6.0 and 10.6.1. >>> >>> If this reproduces on a system other than 10.6.0 or 10.6.1, please >>> file a >>> bug. >> >> Thank you, that was the puzzle piece I was missing. I was indeed >> running on 10.6.1. I deployed over to my other box running 10.5.8 and >> set up an identical test. No problems whatsoever. > > I've found this same problem with my app, except I'm also getting > these warnings: > > Cannot remove an observer <NSKeyValueObservance 0x46d020> for the key > path "canHaveChildren" from <Stark 0x15330e40> because it is not > registered as an observer. > > Like the other warning reported by Jim, this does not occur when > running in Mac OS 10.5.8. Also as reported by Jim, the app seems to > work fine in either Mac OS. > > Does anyone know is this 'not registered as an observer' message part > of the same regression?
No, that's not issue I was referring to. AFAIK, those KVO messages are not related to any Core Data issues on 10.6 - Ben _______________________________________________ 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