iOS ZXing 2.2在FinderPattern上崩溃,抛出zxing :: ReaderException("找不到三个finder模式")

时间:2014-04-15 02:53:29

标签: ios zxing

我正在使用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");
      }

  • 主题信息是: crash thread stack

有谁可以帮我解决这个问题?

0 个答案:

没有答案