Gustavo Pizano <gustavxcodepic...@gmail.com> 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 (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

Reply via email to