hi
after adding "SplunkMint.framework" in my xcode environment , occur error like "Multiple metohds named 'tag' found with mismached result, parameter type or attributes"
error point as below in my code
-(void) action :(id) sender {
NSInteger n = [sender tag];
}
how can I solve this problem ?
Please take a look at this page. The cast should help to narrow it down to a concrete selector.
http://stackoverflow.com/questions/27739645/xcode-6-1-multiple-methods-named-count-found-with-mismat...