Skip to content

Commit 7c2bec9

Browse files
jakubgszefeng huang
authored and
zefeng huang
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 ac1a2b9 commit 7c2bec9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ target 'StatusIm' do
88
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
99
# use_frameworks!
1010

11+
# Fix for CocoaPods/issues/8110
12+
pod 'GoogleUtilities/MethodSwizzler', '5.2.0'
13+
1114
# Pods for StatusIm
1215
pod 'Firebase/Core'
1316
pod 'Firebase/Messaging'

0 commit comments

Comments
 (0)