Re: Instance not responding to selector
Re: Instance not responding to selector
- Subject: Re: Instance not responding to selector
- From: Erik Stainsby <email@hidden>
- Date: Wed, 11 Jul 2012 07:43:03 -0700
On 2012-07-10, at 11:47 PM, Quincey Morris <email@hidden> wrote:
> On Jul 10, 2012, at 23:11 , Erik Stainsby wrote:
>
>> @interface RSReactionPlugin : RSTrixiePlugin
>>
>> // various properties
>>
>> - (void) loadFromRule: (RSReactionRule*) rule;
>>
>> @end
>
> Are you sure that's what you mean? According to this you implemented 'loadFromRule:' but according to your log you invoke 'loadFromPlugin:'.
My error, this is the other side of the symmetric relationship.
@interface RSReactionRule : RSTrixieRule
// various properties
-(void) loadFromPlugin: (RSReactionPlugin*) plugin;
@end
_______________________________________________
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