From 22cb57238b5d302a84fedfb752e97376a9dff838 Mon Sep 17 00:00:00 2001 From: Christoph Pader Date: Fri, 14 Nov 2025 13:01:31 +0000 Subject: [PATCH 1/3] refactor: remove duplicate `SWIFT_ENABLE_EXPLICIT_MODULES` fix in Podfile --- ios/Podfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index a854fdd1f04c..b8f91129bbc8 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -113,8 +113,8 @@ target 'NewExpensify' do installer.pods_project.targets.each do |target| target.build_configurations.each do |config| - config.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO' - end + config.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO' + end if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| @@ -122,12 +122,6 @@ target 'NewExpensify' do end end end - - installer.pods_project.targets.each do |t| - t.build_configurations.each do |c| - c.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO' - end - end end end From affdfef251bd17c07f1298e9df31ffe530204979 Mon Sep 17 00:00:00 2001 From: Christoph Pader Date: Fri, 14 Nov 2025 13:01:47 +0000 Subject: [PATCH 2/3] refactor: remove extra whitespace --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index b8f91129bbc8..0fbab736278e 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -47,7 +47,7 @@ def __apply_Xcode_14_3_RC_post_install_workaround(installer) end end -# Pods does not derive :debug type from NewExpensify's debug configurations so we need to set it manually before react-native-post-install. +# Pods does not derive :debug type from NewExpensify's debug configurations so we need to set it manually before react-native-post-install. # Based on this value react-native-post-install will set the correct GCC_PREPROCESSOR_DEFINITIONS e.g. ENABLE_HERMES_DEBUGGER def __set_debug_type_for_debug_configurations(installer) installer.pods_project.build_configurations.each do |config| From b31bd4275ed4a738b0f07fda97e6b2d65dcfe5ab Mon Sep 17 00:00:00 2001 From: Christoph Pader Date: Fri, 14 Nov 2025 13:41:01 +0000 Subject: [PATCH 3/3] Update Podfile.lock --- ios/Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b5a435af8cfb..1dd1a0a58373 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -4817,6 +4817,6 @@ SPEC CHECKSUMS: VisionCamera: 30b358b807324c692064f78385e9a732ce1bebfe Yoga: 9b30b783a17681321b52ac507a37219d7d795ace -PODFILE CHECKSUM: b8d8822965874a00c1e9d5ce99cb02c3618245b2 +PODFILE CHECKSUM: 7b7e42d39b30be7ca4c68c5272e2cbf2a740695b COCOAPODS: 1.16.2