Skip to content

Commit 21736dd

Browse files
committed
workaround for dependency failures when doing pod update
firebase/firebase-ios-sdk#1845 (comment) Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 4ab5e43 commit 21736dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/Podfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ target 'StatusIm' do
1111
# Pods for StatusIm
1212
pod 'Firebase/Core'
1313
pod 'Firebase/Messaging'
14+
pod 'GoogleUtilities', '5.2.0'
1415

1516
pod 'React', :path => '../node_modules/react-native'
1617
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

0 commit comments

Comments
 (0)