Skip to content

Commit 9613e1e

Browse files
authored
Verify MLKit integration with Firebase 10.x (#11003)
1 parent 3f845e5 commit 9613e1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SymbolCollisionTest/Podfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ target 'SymbolCollisionTest' do
3333

3434
# Google Pods depending on a Firebase or GDT major version
3535

36-
# TODO(v10): Uncomment when MLKit updates to Firebase 10 and GTMSessionFetcher 2.x
37-
# pod 'GoogleMLKit'
36+
# MLKit is incompatible with ARCore.
37+
# duplicate symbol 'farmhashte::Fingerprint64WithSeeds. See #11003.
38+
# pod 'GoogleMLKit'
3839

3940
# Other Google Pods
4041
pod 'ARCore'

0 commit comments

Comments
 (0)