workaround for dependency failures when doing pod update
https://github.com/firebase/firebase-ios-sdk/issues/1845#issuecomment-422831481 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f061025b67
commit
ce741d75e9
|
@ -8,6 +8,9 @@ target 'StatusIm' do
|
|||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
||||
# use_frameworks!
|
||||
|
||||
# Fix for CocoaPods/issues/8110
|
||||
pod 'GoogleUtilities/MethodSwizzler', '5.2.0'
|
||||
|
||||
# Pods for StatusIm
|
||||
pod 'Firebase/Core'
|
||||
pod 'Firebase/Messaging'
|
||||
|
|
Loading…
Reference in New Issue