Re: Cant Access Properties of NSManagedObject from a NSArrayController...
Re: Cant Access Properties of NSManagedObject from a NSArrayController...
- Subject: Re: Cant Access Properties of NSManagedObject from a NSArrayController...
- From: email@hidden (Laurent Demaret)
- Date: Tue, 24 Nov 2009 21:46:02 +0100
- Organization: None
Gustavo Pizano <email@hidden> wrote:
> Thats what its telling me the console... when logging...
It means that the object you sent the message could not handle it.
Just put a breakpoint at your NSLog statement and type "po" followed by
the id of the faulting object so you know who you are sending your
action to ..
2 possiblities : it's the wrong object or it's the wrong message ..
[edit]
PS: the other post is right you are sending it to a proxy. po 0x....
would have tell you that ..
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden