nateshmbhat / card-scanner-flutter

A flutter package for Fast, Accurate and Secure Credit card & Debit card scanning
https://pub.dev/packages/card_scanner
GNU General Public License v3.0
114 stars 107 forks source link

Error when building for ios with new version (1.0.1) - GoogleMLKit #50

Open RoySis opened 3 years ago

RoySis commented 3 years ago

When I build for iOS I get the following error message:

In Podfile:
    card_scanner (from `.symlinks/plugins/card_scanner/ios`) was resolved to 0.0.1, which depends on
      GoogleMLKit/TextRecognition was resolved to 0.60.0, which depends on
        GoogleMLKit/MLKitCore (= 0.60.0) was resolved to 0.60.0, which depends on
          MLKitCommon (~> 0.60.0) was resolved to 0.60.0, which depends on
            GoogleDataTransport (~> 3.2)

    firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`) was resolved to 2.0.4, which depends on
      Firebase/Crashlytics (= 8.0.0) was resolved to 8.0.0, which depends on
        FirebaseCrashlytics (~> 8.0.0) was resolved to 8.0.0, which depends on
          GoogleDataTransport (~> 9.0)
ibraheemalayan commented 2 months ago

Same issue here, any idea how to solve it ?