From 9613e1e536016b54475d3ae9fb1b05267ba02d77 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 24 Mar 2023 07:12:23 -0700 Subject: [PATCH] Verify MLKit integration with Firebase 10.x (#11003) --- SymbolCollisionTest/Podfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SymbolCollisionTest/Podfile b/SymbolCollisionTest/Podfile index fb29b091af5..6aa78470f56 100644 --- a/SymbolCollisionTest/Podfile +++ b/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'