From c4e7280310eac69653ad7103821c5b3cb0530243 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Wed, 12 Jul 2023 17:34:29 -0700 Subject: [PATCH 1/2] Try using CoreOnly instead of Analytics cocoapod for tests. --- gma/integration_test/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index cfd3fa3ddd..1b35e28ab6 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.11.0' + pod 'Firebase/CoreOnly', '10.11.0' pod 'Google-Mobile-Ads-SDK', '10.7.0' end From 5de5b7bf7b43ce7120c3f729021139fc9eacfb3e Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Wed, 19 Jul 2023 15:41:55 -0700 Subject: [PATCH 2/2] Update readme. --- release_build_files/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index f4b86eae14..6264e109c0 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -250,7 +250,7 @@ Firebase Functions | firebase_functions.xcframework | | Firebase/Auth Cocoapod (10.12.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.12.0) +| | Firebase/CoreOnly Cocoapod (10.12.0) | | Google-Mobile-Ads-SDK Cocoapod (10.8.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework @@ -312,7 +312,7 @@ Firebase Functions | libfirebase_functions.a | | Firebase/Auth Cocoapod (10.12.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.12.0) +| | Firebase/CoreOnly Cocoapod (10.12.0) | | Google-Mobile-Ads-SDK Cocoapod (10.8.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a