From 0382ca27f22fb3494cf657d8dc356dc282cd1193 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 18 Apr 2024 11:11:18 -0400 Subject: [PATCH] Correct the modular header support. Looks like the suggested fix in #384 was likely wrong, swap to what seems to be the more correct directive. Fixes #389 --- GTMSessionFetcher.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMSessionFetcher.podspec b/GTMSessionFetcher.podspec index 477d49b..caf0594 100644 --- a/GTMSessionFetcher.podspec +++ b/GTMSessionFetcher.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.default_subspec = 'Full' - s.xcconfig = { + s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', }