Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple methods named 'tag' found in mismatched result #64

Open
ilteris opened this issue Nov 17, 2014 · 1 comment
Open

multiple methods named 'tag' found in mismatched result #64

ilteris opened this issue Nov 17, 2014 · 1 comment

Comments

@ilteris
Copy link

ilteris commented Nov 17, 2014

I am getting "Multiple methods named 'tag' found with mismatched result, parameter type or attributes" error in Xcode.

I am using tag property from IB and passing this in an IBAction using:

  • (IBAction)buttonsTapped:(id)sender which of course essentially's UIView's property:
    @Property(nonatomic) NSInteger tag; // default is 0

and this is probably getting confused with RXMLElement's own tag property:
@Property (nonatomic, readonly) NSString *tag;

@ilteris
Copy link
Author

ilteris commented Nov 17, 2014

changing the method from - (IBAction)buttonsTapped:(id)sender to

  • (IBAction)buttonsTapped:(UIButton*)sender fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant