I am using ZXing library with version 2.2 for QRCode scan on xcode version 5.0.2 One of the file named "Counted.h" contains #include . All the libraries are added and header path is also set as mentioned in different questions.
I have a ZXing integrated stand alone project which is compiling successfully but facing errors when trying to integrate with my project.
It is showing an error "'iostream' file not found" on building the project.
I am also using Tesseract and SQLCipher libraries.
Probably there is some issue in build settings. Can anyone tell me if I am missing out anything??