Skip to content

Commit dfa4113

Browse files
authored
Fix symbol collision failure introduced by 6.8.0 release (#3789)
1 parent 9b0d5a3 commit dfa4113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SymbolCollisionTest/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
88
# use_frameworks!
99

1010
# Firebase Pods
11-
pod 'Firebase', '6.7.0'
11+
pod 'Firebase', '6.8.0'
1212
pod 'FirebaseAnalytics'
1313
pod 'FirebaseAuth'
1414
pod 'FirebaseCore'
@@ -48,7 +48,7 @@ target 'SymbolCollisionTest' do
4848
pod 'GoogleIDFASupport'
4949
pod 'GoogleInterchangeUtilities'
5050
pod 'GoogleMaps'
51-
pod 'GoogleMobileVision'
51+
# pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
5252
pod 'GoogleNetworkingUtilities'
5353
pod 'GoogleParsingUtilities'
5454
pod 'GooglePlacePicker'

0 commit comments

Comments
 (0)