card-scanner-flutter icon indicating copy to clipboard operation
card-scanner-flutter copied to clipboard

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

Open RoySis opened this issue 3 years ago • 1 comments

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)

RoySis avatar May 24 '21 21:05 RoySis