diff --git a/ios/Podfile b/ios/Podfile index 7ebad2db53..faaf3252ad 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -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'