- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
splunk mint ios error "Multiple metohds named 'tag' found
remnant_8
Explorer
02-12-2016
06:30 AM
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 ?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mmargulis_splun

Splunk Employee
02-12-2016
10:50 AM
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...
