From 6e9a7f4850e87e8ac4ccfd0030503e007d422c29 Mon Sep 17 00:00:00 2001 From: AustinBenoit Date: Tue, 14 Jul 2026 17:08:14 -0400 Subject: [PATCH] Fix macOS Firestore linker error by adding Network framework dependency --- firestore/integration_test/CMakeLists.txt | 1 + firestore/integration_test_internal/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/firestore/integration_test/CMakeLists.txt b/firestore/integration_test/CMakeLists.txt index 1225226305..9c74e94d60 100644 --- a/firestore/integration_test/CMakeLists.txt +++ b/firestore/integration_test/CMakeLists.txt @@ -207,6 +207,7 @@ else() "-framework CoreFoundation" "-framework Foundation" "-framework GSS" + "-framework Network" "-framework Security" "-framework SystemConfiguration" ) diff --git a/firestore/integration_test_internal/CMakeLists.txt b/firestore/integration_test_internal/CMakeLists.txt index 1a25cc9510..9c82aea5da 100644 --- a/firestore/integration_test_internal/CMakeLists.txt +++ b/firestore/integration_test_internal/CMakeLists.txt @@ -371,6 +371,7 @@ else() "-framework CoreFoundation" "-framework Foundation" "-framework GSS" + "-framework Network" "-framework Security" "-framework SystemConfiguration" )