ZBar SDK Get error "Multiple methods named ‘count’ found with mismatched result, parameter type or attributed"

258 views Asked by At

Getting error when i add ZBAR SDK

Multiple methods named ‘count’ found with mismatched result, parameter type or attributed"

If I remove that library then its works perfectly, I have found some solution to type casting by (NSArray *) but I need to do in all file this is long process to do in whole project.

Please check below error image. I have just added library and get this error.

enter image description here

Please suggest

1

There are 1 answers

0
OutOnAWeekend On

Trust me your only hope is to rebuild the library after renaming the 2 count properties in ZBar to something else (say totalCount).

PS - Been there.