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.
Please suggest

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.