我正在使用CocoaPods在我的应用程序上安装ZXing 2.2,并且在iOS 7发布之前它可以正常工作。 ZXing会崩溃 当我扫描qrcode时,崩溃信息在这里:
FinderPatternFinder.cpp 崩溃,此时休息:
if (startSize < 3) {
// Couldn't find enough finder patterns
throw zxing::ReaderException("Could not find three finder patterns");
}
主题信息是:
有谁可以帮我解决这个问题?