diff --git a/e2eTests/tests/staticPods.Podfile b/e2eTests/tests/staticPods.Podfile index 991f3d58..bd9f6f35 100644 --- a/e2eTests/tests/staticPods.Podfile +++ b/e2eTests/tests/staticPods.Podfile @@ -1,6 +1,9 @@ plugin 'cocoapods-xcremotecache' target 'XCRemoteCacheSample' do - pod 'Firebase/Analytics' + # Firebase/Analytics depends on `GoogleUtilities` + # that doesn't support static libs + # pod 'Firebase/Analytics' + pod 'ReactiveSwift' end