firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.55k stars 1.45k forks source link

Cocoapods can not install between Firebase/Core and Firebase/Analytics #10965

Closed peepo3663 closed 1 year ago

peepo3663 commented 1 year ago

Description

Working on updating Firebase SDK to the latest version (current work used 7.11.0)

I found out that Pocspec between these 2 framework relay on mismatched versions.

FirebaseCore depends on Firebase Analytics (~> 10.6.0) which is correct while Firebase Analytics depends on Firebase Core (~> 10.0) which will not allow installation via Cocoapods

Ref FirebaseAnalytics Podspec

Reproducing the issue

Install frameworks with pod install

Firebase SDK Version

10.6.0

Xcode Version

14.2

Installation Method

CocoaPods

Firebase Product(s)

Analytics

Targeted Platforms

iOS

Relevant Log Output

[!] CocoaPods could not find compatible versions for pod "FirebaseCore":
  In snapshot (Podfile.lock):
    FirebaseCore (= 9.6.0, ~> 9.0)

  In Podfile:
    Firebase/Core (~> 10.6.0) was resolved to 10.6.0, which depends on
      FirebaseAnalytics (~> 10.6.0) was resolved to 10.6.0, which depends on
        FirebaseCore (~> 10.0)

Specs satisfying the `FirebaseCore (= 9.6.0, ~> 9.0), FirebaseCore (~> 10.0)` dependency were found, but they required a higher minimum deployment target.

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 1 year ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

paulb777 commented 1 year ago

There may be an issue with the minimum iOS version specified in the Podfile. Firebase 10 requires at least iOS 11.

If you're still stuck, please share the Podfile.

peepo3663 commented 1 year ago

Yes, My project's minimum iOS is iOS 12.0

Podfile

$firebase_version = '10.6.0'
$mlkits_version = '1.3.0'
$scandit_version = '6.16.1'
$scanbot_version = '3.5.0'
$mapbox_navigation_version = '2.11.0'
$appsflyer_version = '6.3.5'
$hypertrack_version = '4.14.0'

source 'https://github.com/CocoaPods/Specs.git'
workspace 'MyAppName'
use_frameworks!
inhibit_all_warnings!

def firebase_dependency_pods
  pod 'FirebaseUI'
  pod 'GTMSessionFetcher'
  pod 'GoogleToolboxForMac'
  pod 'GoogleUtilities'
end

def firebase_core_pods
  # pod 'FBSDKCoreKit'
  pod 'Firebase/Core', $firebase_version
  pod 'Firebase/Auth', $firebase_version
  pod 'Firebase/Performance', $firebase_version
  pod 'Firebase/RemoteConfig', $firebase_version
  pod 'FirebaseUI/Auth'
  pod 'FirebaseUI/OAuth'
end

def firebase_pods
  pod 'Firebase/Messaging', $firebase_version
  pod 'FirebaseUI/Google'
  pod 'FirebaseUI/Facebook'
  pod 'FirebaseUI/Email'
  pod 'FirebaseUI/Phone'
end

def mlkits_pods
  pod 'MLKitBarcodeScanning', $mlkits_version
  pod 'MLKitTextRecognition', $mlkits_version
end

def scandit_pods
  pod 'ScanditBarcodeCapture', $scandit_version
end

def scanbot_pods
  pod 'ScanbotBarcodeScannerSDK', $scanbot_version
end

def crashlytics_pods
  pod 'Firebase/Crashlytics', $firebase_version
end

def googlemap_pods
  pod 'GoogleMaps'
  pod 'GooglePlaces'
end

def appsflyer_pods
  pod 'AppsFlyerFramework', $appsflyer_version
end

def mapbox_pods
  # pod 'Mapbox-iOS-SDK'
  # pod 'MapboxMobileEvents'
  pod 'MapboxNavigation', $mapbox_navigation_version
end

def here_pods
  # pod 'HEREMaps', '3.21.2.2'
  pod 'HEREMapsUI', :path => '../msdkui-ios/'
end

def util_pods
  #    pod 'AFNetworking'
  #    pod 'AFOAuth2Manager'
  #    pod 'APTimeZones'
  #    pod 'CHCSVParser'
  pod 'libPhoneNumber-iOS'
  #    pod 'KeychainAccess'
  pod 'KVOController'
  #    pod 'libextobjc'
  #    pod 'MASAttributes'
  #    pod 'NSData+Base64'
  pod 'SimpleKeychain'
  #    pod 'SwiftyXMLParser'
  #    pod 'XMLDictionary'
end

def ios_util_pods
  util_pods
  pod 'ReachabilitySwift'
  pod 'Validator'
end

def ios_location_pods
  pod 'HyperTrack', $hypertrack_version
end

def watch_util_pods
  util_pods
end

def tv_util_pods
  util_pods
  pod 'Validator'
end

def mac_util_pods
  util_pods
end

def uikit_pods
  pod 'Charts', '4.1.0'
  pod 'Differ'
  pod 'FormatterKit'
  #    pod 'GoogleMaps'
  pod 'ImageScrollView'
  #    pod 'MARKRangeSlider'
  pod 'Masonry'
  pod 'pop'
  #    pod 'PPBadgeView'
  pod 'RAGTextField'
  pod 'RDHCollectionViewGridLayout'
  pod 'SDWebImage'
  pod 'SwiftSignatureView'
  pod 'TTTAttributedLabel'
end

def ios_ui_pods
  ios_util_pods
  uikit_pods
  pod 'COSTouchVisualizer'
  pod 'DrawerMenu'
  pod 'DXCustomCallout-ObjC'
  pod 'FloatingPanel', '~> 1.7.6'
  pod 'HMSegmentedControl'
  pod 'iCarousel'
  pod 'JTCalendar'
  pod 'M13ProgressSuite'
  pod 'NVActivityIndicatorView'
  pod 'SwiftMessages'
  pod 'TagStyledView'
  pod 'UIImage-Categories'
  pod 'PinCodeInputView'
end

def ios_map_ui_pods
  pod 'MKMapView-ZoomLevel'
  pod 'OCMapView'
end

def tomtom_ios_pods
  pod 'TomTomOnlineSDKMaps'
  pod 'TomTomOnlineSDKSearch'
  pod 'TomTomOnlineSDKRouting'
  pod 'TomTomOnlineSDKTraffic'
  pod 'TomTomOnlineSDKMapsUIExtensions'
  pod 'TomTomOnlineSDKMapsStaticImage'
  pod 'TomTomOnlineSDKDriving'
  pod 'TomTomOnlineSDKGeofencing'
end

def arcgis_pods
  pod 'ArcGIS-Runtime-SDK-iOS', '100.5'
end

abstract_target 'iOS' do
  platform :ios, '12.0'

  target 'Utilities' do
    project 'Utilities/Utilities'
    ios_util_pods
  end

  target 'UtilitiesTests' do
    project 'Utilities/Utilities'
    util_pods
  end

  target 'UIToolkits' do
    project 'UIToolkits/UIToolkits'
    uikit_pods
  end

  target 'UIToolkitsTests' do
    project 'UIToolkits/UIToolkits'
    uikit_pods
  end

  target 'UIAppToolkits' do
    project 'UIToolkits/UIToolkits'
    ios_ui_pods
  end

  target 'UIAppToolkitsTests' do
    project 'UIToolkits/UIToolkits'
    ios_ui_pods
  end

  target 'RoutingKit' do
    project 'RoutingKit/RoutingKit'
    util_pods
  end

  target 'RoutingKitTests' do
    project 'RoutingKit/RoutingKit'
    util_pods
  end

  target 'PlatformRouting' do
    project 'PlatformRouting/PlatformRouting'
    ios_ui_pods
  end

  target 'PlatformRoutingTests' do
    project 'PlatformRouting/PlatformRouting'
    ios_ui_pods
  end

  target 'ParticlesKit' do
    project 'ParticlesKit/ParticlesKit'
    util_pods
  end

  target 'ParticlesKitTests' do
    project 'ParticlesKit/ParticlesKit'
    util_pods
  end

  target 'ParticlesCommonModels' do
    project 'ParticlesCommonModels/ParticlesCommonModels'
    util_pods
  end

  target 'ParticlesCommonModelsTests' do
    project 'ParticlesCommonModels/ParticlesCommonModels'
    util_pods
  end

  target 'PlatformParticles' do
    project 'PlatformParticles/PlatformParticles'
    ios_ui_pods
  end

  target 'PlatformParticlesTests' do
    project 'PlatformParticles/PlatformParticles'
    ios_ui_pods
  end

  target 'MapParticles' do
    project 'MapParticles/MapParticles'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'MapParticlesTests' do
    project 'MapParticles/MapParticles'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'WebParticles' do
    project 'WebParticles/WebParticles'
    ios_ui_pods
  end

  target 'WebParticlesTests' do
    project 'WebParticles/WebParticles'
    ios_ui_pods
  end

  target 'JedioKit' do
    project 'JedioKit/JedioKit'
    ios_util_pods
  end

  target 'JedioKitTests' do
    project 'JedioKit/JedioKit'
    ios_util_pods
  end

  target 'PlatformJedio' do
    project 'PlatformJedio/PlatformJedio'
    ios_ui_pods
  end

  target 'PlatformJedioTests' do
    project 'PlatformJedio/PlatformJedio'
    ios_ui_pods
  end

  target 'FirebaseCoreStaticInjections' do
    project 'FirebaseStaticInjections/FirebaseStaticInjections'
    util_pods
    firebase_dependency_pods
    firebase_core_pods
    crashlytics_pods
  end

  target 'FirebaseStaticInjections' do
    project 'FirebaseStaticInjections/FirebaseStaticInjections'
    util_pods
    firebase_dependency_pods
    firebase_pods
    mlkits_pods
  end

  target 'FirebaseStaticInjectionsTests' do
    project 'FirebaseStaticInjections/FirebaseStaticInjections'
    util_pods
    firebase_dependency_pods
    firebase_pods
    mlkits_pods
  end

  target 'ScanditInjections' do
    project 'ScanditInjections/ScanditInjections'
    util_pods
    scandit_pods
  end

  target 'ScanditInjectionsTests' do
    project 'ScanditInjections/ScanditInjections'
    util_pods
    scandit_pods
  end

  <<-DOC
  Scanbot target
  DOC
  target 'ScanbotInjections' do
    project 'ScanbotInjections/ScanbotInjections'
    util_pods
    scanbot_pods
  end

  target 'ScanbotInjectionsTests' do
    project 'ScanbotInjections/ScanbotInjections'
    util_pods
    scanbot_pods
  end

  target 'GoogleMapStaticInjections' do
    project 'GoogleMapStaticInjections/GoogleMapStaticInjections'
    util_pods
    googlemap_pods
  end

  target 'GoogleMapStaticInjectionsTests' do
    project 'GoogleMapStaticInjections/GoogleMapStaticInjections'
    util_pods
    googlemap_pods
  end

  # target 'HEREInjections' do
  #   project 'HEREInjections/HEREInjections'
  #   util_pods
  #   # here_pods
  #   uikit_pods
  # end

  # target 'HEREInjectionsTests' do
  #   project 'HEREInjections/HEREInjections'
  #   util_pods
  #   # here_pods
  # end

# target 'MapboxInjections' do
#  project 'MapboxInjections/MapboxInjections'
#  util_pods
#  ios_ui_pods
#  mapbox_pods
# end

#  target 'MapboxInjectionsTests' do
#    project 'MapboxInjections/MapboxInjections'
#    util_pods
#    mapbox_pods
#  end

  target 'HyperTrackInjections' do
    project 'HyperTrackInjections/HyperTrackInjections'
    ios_location_pods
  end

  target 'HyperTrackInjectionsTests' do
    project 'HyperTrackInjections/HyperTrackInjections'
    ios_location_pods
  end

  target 'AppsFlyerStaticInjections' do
    project 'AppsFlyerStaticInjections/AppsFlyerStaticInjections'
    util_pods
    appsflyer_pods
  end

  target 'CommonModels' do
    project 'CommonModels/CommonModels'
    util_pods
  end

  target 'CommonModelsTests' do
    project 'CommonModels/CommonModels'
    util_pods
  end

  target 'CommonPlatformParticles' do
    project 'CommonPlatformParticles/CommonPlatformParticles'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'CommonPlatformParticlesTests' do
    project 'CommonPlatformParticles/CommonPlatformParticles'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'MapperModels' do
    project 'MapperModels/MapperModels'
    util_pods
  end

  target 'MapperModelsTests' do
    project 'MapperModels/MapperModels'
    util_pods
  end

  target 'MapperPlatformParticles' do
    project 'MapperPlatformParticles/MapperPlatformParticles'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'MapperPlatformParticlesTests' do
    project 'MapperPlatformParticles/MapperPlatformParticles'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'MapperUI' do
    project 'MapperUI/MapperUI'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'MapperUITests' do
    project 'MapperUI/MapperUI'
    ios_ui_pods
    ios_map_ui_pods
  end

  target ' Mapper' do
    project ' Mapper/ Mapper'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    crashlytics_pods
    firebase_core_pods
    firebase_pods
    # scandit_pods
    # scanbot_pods
    googlemap_pods
    appsflyer_pods
  end

  target ' MapperTests' do
    project ' Mapper/ Mapper'
    pod 'iOSSnapshotTestCase'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    firebase_core_pods
    firebase_pods
    # scandit_pods
    # scanbot_pods
    appsflyer_pods
  end

  target 'NavigatorModels' do
    project 'NavigatorModels/NavigatorModels'
    util_pods
  end

  target 'NavigatorModelsTests' do
    project 'NavigatorModels/NavigatorModels'
    util_pods
  end

  target 'NavigatorPlatformParticles' do
    project 'NavigatorPlatformParticles/NavigatorPlatformParticles'
    ios_ui_pods
    ios_map_ui_pods
    mapbox_pods
    scandit_pods
    scanbot_pods
  end

  target 'NavigatorPlatformParticlesTests' do
    project 'NavigatorPlatformParticles/NavigatorPlatformParticles'
    ios_ui_pods
    ios_map_ui_pods
    scandit_pods
    scanbot_pods
  end

  target 'NavigatorUI' do
    project 'NavigatorUI/NavigatorUI'
    ios_ui_pods
    ios_map_ui_pods
  end

  target 'NavigatorUITests' do
    project 'NavigatorUI/NavigatorUI'
    ios_ui_pods
    ios_map_ui_pods
  end

  target ' Navigator' do
    project ' Navigator/ Navigator'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    crashlytics_pods
    firebase_core_pods
    firebase_pods
    googlemap_pods
    mapbox_pods
    #here_pods
    appsflyer_pods
    ios_location_pods
    # scandit_pods
    # scanbot_pods
  end

  target ' NavigatorTests' do
    project ' Navigator/ Navigator'
    pod 'iOSSnapshotTestCase'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    firebase_core_pods
    firebase_pods
    # scandit_pods
    # scanbot_pods
    appsflyer_pods
    ios_location_pods
  end

  target ' Tour' do
    project ' Navigator/ Navigator'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    crashlytics_pods
    firebase_core_pods
    firebase_pods
    # scandit_pods
    # scanbot_pods
    googlemap_pods
    mapbox_pods
    #here_pods
    appsflyer_pods
    ios_location_pods
  end

  target ' TourTests' do
    project ' Navigator/ Navigator'
    pod 'iOSSnapshotTestCase'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    firebase_core_pods
    firebase_pods
    # scandit_pods
    # scanbot_pods
    appsflyer_pods
    ios_location_pods
  end

  target ' Maps Clip' do
    project ' Navigator/ Navigator'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    crashlytics_pods
    firebase_core_pods
  end

  target ' Maps ClipTests' do
    project ' Navigator/ Navigator'
    pod 'iOSSnapshotTestCase'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    firebase_core_pods
  end

  target ' Delivery' do
    project ' Navigator/ Navigator'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    crashlytics_pods
    firebase_core_pods
    firebase_pods
    mlkits_pods
    # scandit_pods
    # scanbot_pods
    googlemap_pods
    mapbox_pods
    #here_pods
    appsflyer_pods
    ios_location_pods
  end

  target ' DeliveryTests' do
    project ' Navigator/ Navigator'
    pod 'iOSSnapshotTestCase'
    ios_ui_pods
    ios_map_ui_pods
    firebase_dependency_pods
    firebase_core_pods
    firebase_pods
    mlkits_pods
    # scandit_pods
    # scanbot_pods
    appsflyer_pods
    ios_location_pods
  end

  post_install do |installer|
      installer.pods_project.targets.each do |target|
          target.build_configurations.each do |config|
            config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
            config.build_settings['SWIFT_VERSION'] = '5.0'
            # Need for M1
            config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
            # Need for Xcode 14
            config.build_settings["DEVELOPMENT_TEAM"] = "MY DEVELOPMENT ID"
          end
      end
  end
end
paulb777 commented 1 year ago

GoogleMLKit was not compatible with Firebase 10.x until today's release of GoogleMLKit.

The Podfile.lock file should explain why different versions are chosen. Please share that as well.

peepo3663 commented 1 year ago

@paulb777 Actually, In my current work, I bumped MLKitBarcode Scanning to 2.2.0 and Text Recognition to 1.4.0. In addition, It can not be installed, so Podfile.lock can not contained any information at all.

What if you guys update Podspec of FirebaseAnalytics to depends on FirebaseCode ~> 10.6.0, It would solve this issues of dependencies.

paulb777 commented 1 year ago

FirebaseAnalytics 10.x requires FirebaseCore 10.x.

Where is the dependency on FirebaseCore version 9.6.0 coming from?

peepo3663 commented 1 year ago

@paulb777

Even I removed the Podlife.lock it still did not work, however, I finally made this installed by updating each dependency like FirebaseAuth directly not Firebase/Auth. You can close this issue. I can install it with 10.7.0

On the other hand, I still can not install 10.7.0 firebase SDKs with GoogleMLKits 3.2.0 due to GTMSessionFetcher/Core

[!] CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core":
  In Podfile:
    FirebaseUI (= 12.3.0) was resolved to 12.3.0, which depends on
      FirebaseUI/Anonymous (= 12.3.0) was resolved to 12.3.0, which depends on
        FirebaseAnonymousAuthUI (~> 12.0) was resolved to 12.3.0, which depends on
          FirebaseAuth (< 11.0, >= 8.0) was resolved to 10.7.0, which depends on
            GTMSessionFetcher/Core (< 4.0, >= 2.1)

    FirebaseUI/Google was resolved to 12.3.0, which depends on
      FirebaseGoogleAuthUI (~> 12.0) was resolved to 12.3.0, which depends on
        GoogleSignIn (~> 6.0) was resolved to 6.2.4, which depends on
          GTMAppAuth (~> 1.3) was resolved to 1.3.1, which depends on
            GTMSessionFetcher/Core (< 3.0, >= 1.5)

    FirebaseUI/Google was resolved to 12.3.0, which depends on
      FirebaseGoogleAuthUI (~> 12.0) was resolved to 12.3.0, which depends on
        GoogleSignIn (~> 6.0) was resolved to 6.2.4, which depends on
          GTMSessionFetcher/Core (< 3.0, >= 1.1)

    GoogleMLKit/TextRecognition (= 3.2.0) was resolved to 3.2.0, which depends on
      MLKitTextRecognition (~> 1.4.0-beta6) was resolved to 1.4.0-beta6, which depends on
        MLKitCommon (~> 8.0) was resolved to 8.0.0, which depends on
          GTMSessionFetcher/Core (~> 1.1)
paulb777 commented 1 year ago

This issue is resolved with MLKitCommon 9.0.0, MLKitTextRecognition 2.0.0 and GoogleMLKit 4.0.0:

$ pod install
Analyzing dependencies
Downloading dependencies
Installing ARCore (1.36.0)
Installing AppAuth (1.6.0)
Installing Base64 (1.1.2)
Installing BoringSSL-GRPC (0.0.24)
Installing DigitsMigrationHelper (0.3.0)
Installing EarlGrey (1.16.0)
Installing Firebase (10.8.0)
Installing FirebaseABTesting (10.8.0)
Installing FirebaseAnalytics (10.8.0)
Installing FirebaseAppCheckInterop (10.8.0)
Installing FirebaseAppDistribution (10.8.0-beta)
Installing FirebaseAuth (10.8.0)
Installing FirebaseAuthInterop (10.8.0)
Installing FirebaseCore (10.8.0)
Installing FirebaseCoreExtension (10.8.0)
Installing FirebaseCoreInternal (10.8.0)
Installing FirebaseCrashlytics (10.8.0)
Installing FirebaseDatabase (10.8.0)
Installing FirebaseDynamicLinks (10.8.0)
Installing FirebaseFirestore (10.8.0)
Installing FirebaseFunctions (10.8.0)
Installing FirebaseInAppMessaging (10.8.0-beta)
Installing FirebaseInstallations (10.8.0)
Installing FirebaseMessaging (10.8.0)
Installing FirebaseMessagingInterop (10.8.0)
Installing FirebasePerformance (10.8.0)
Installing FirebaseRemoteConfig (10.8.0)
Installing FirebaseSessions (10.8.0)
Installing FirebaseSharedSwift (10.8.0)
Installing FirebaseStorage (10.8.0)
Installing GTMAppAuth (2.0.0)
Installing GTMSessionFetcher (2.3.0)
Installing Google-Mobile-Ads-SDK (10.2.0)
Installing GoogleAnalytics (3.21.0)
Installing GoogleAppIndexing (2.0.3)
Installing GoogleAppMeasurement (10.8.0)
Installing GoogleAppUtilities (1.1.2)
Installing GoogleAuthUtilities (2.0.2)
Installing GoogleConversionTracking (3.4.0)
Installing GoogleDataTransport (9.2.1)
Installing GoogleIDFASupport (3.14.0)
Installing GoogleInterchangeUtilities (1.2.2)
Installing GoogleMLKit (4.0.0)
Installing GoogleMaps (3.1.0)
Installing GoogleNetworkingUtilities (1.2.2)
Installing GoogleParsingUtilities (1.1.2)
Installing GooglePlacePicker (3.1.0)
Installing GooglePlaces (3.1.0)
Installing GooglePlusUtilities (1.1.2)
Installing GoogleSignIn (7.0.0)
Installing GoogleSymbolUtilities (1.1.2)
Installing GoogleTagManager (7.4.3)
Installing GoogleToolboxForMac (2.3.2)
Installing GoogleUserMessagingPlatform (2.0.1)
Installing GoogleUtilities (7.11.0)
Installing GoogleUtilitiesComponents (1.1.0)
Installing JWT (2.2.0)
Installing Libuv-gRPC (0.0.10)
Installing MLImage (1.0.0-beta4)
Installing MLKitCommon (9.0.0)
Installing MLKitTextRecognition (2.0.0)
Installing MLKitTextRecognitionCommon (1.0.0)
Installing MLKitVision (5.0.0)
Installing PromisesObjC (2.2.0)
Installing PromisesSwift (2.2.0)
Installing Protobuf (3.22.1)
Installing abseil (1.20211102.0)
Installing gRPC-C++ (1.44.0)
Installing gRPC-Core (1.44.0)
paulb777 commented 1 year ago

More context in #11003 and #10359

peepo3663 commented 1 year ago

Thank you for the clarification about GoogleMLKit 4.0.0. I do not know about this because in the Google ML Kits Website

It still showed as 3.2.0