Re: NSManagedObjectContextObjectsDidChangeNotification in loaded nibs
Re: NSManagedObjectContextObjectsDidChangeNotification in loaded nibs
- Subject: Re: NSManagedObjectContextObjectsDidChangeNotification in loaded nibs
- From: SA Dev <email@hidden>
- Date: Mon, 16 May 2005 13:01:10 -0400
Just a quick follow-up - the problem turned out to be either a
complete stupidity on my part (most likely) or an XCode bug. Through
a rather bizarre series of events with Subversion (which I can't
reproduce), the version I was working on had everything correct. The
version that was compiling and running did not.
I'm probably going to report the 'bizarre series of events' to
Apple as a *possible* XCode bug. I say this because I'm no stranger
to Subversion and this was just ... bizarre.
In short, no, the compiled code wasn't registered at all to
receive the notifications. Now that it's using the correct version,
all is well. Thanks for the help.
On May 15, 2005, at 5:44 PM, mmalcolm crawford wrote:
Assuming that you are correctly receiving
NSManagedObjectContextObjectsDidChangeNotification notifications
elsewhere (and that you haven't registered to for
@"NSManagedObjectContextObjectsDidChangeNotification"), then it's
not immediately clear what would give rise to this situation. Are
you sure that the instance you believe is registered actually
exists (that is, it has been properly instantiated), and that the
registration code is actually called?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden