From e88eff28f0b0efaa2f6bbaf22e0f601ef9cd5622 Mon Sep 17 00:00:00 2001 From: Efril Date: Fri, 15 May 2026 13:26:53 +0700 Subject: [PATCH] update --- ios/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Podfile b/ios/Podfile index 9e71e03..da62be8 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -41,6 +41,7 @@ post_install do |installer| flutter_additional_ios_build_settings(target) target.build_configurations.each do |config| config.build_settings['DEFINES_MODULE'] = 'YES' + config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES' end end end