Part of the barcode scanner uses exceptions for signalling error conditions. These exceptions are thrown and later on caught again. These exceptions can safely be ignored. If you are debugging your application and have an exception breakpoint set, the program will stop when the C++ exceptions are thrown. You can disable this behavior by only catching Objective-C exceptions.
Exception continuously being thrown during scanning
Have more questions? Submit a request