Browse Source

Verify MLKit integration with Firebase 10.x (#11003)

Paul Beusterien 3 years ago
parent
commit
9613e1e536
1 changed files with 3 additions and 2 deletions
  1. 3 2
      SymbolCollisionTest/Podfile

+ 3 - 2
SymbolCollisionTest/Podfile

@@ -33,8 +33,9 @@ target 'SymbolCollisionTest' do
 
     # Google Pods depending on a Firebase or GDT major version
 
-    # TODO(v10): Uncomment when MLKit updates to Firebase 10 and GTMSessionFetcher 2.x
-#    pod 'GoogleMLKit'
+    # MLKit is incompatible with ARCore.
+    # duplicate symbol 'farmhashte::Fingerprint64WithSeeds. See #11003.
+    # pod 'GoogleMLKit'
 
   # Other Google Pods
     pod 'ARCore'