From a352021a9713d3353bbc493e6c54803d58e7023f Mon Sep 17 00:00:00 2001 From: mirmoktadir <38207101+mirmoktadir@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:20:13 +0600 Subject: [PATCH] Update Podfile --- ios/Podfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index f213431..2b94a20 100755 --- a/ios/Podfile +++ b/ios/Podfile @@ -40,11 +40,5 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) - target.build_configurations.each do |config| - xcconfig_path = config.base_configuration_reference.real_path - xcconfig = File.read(xcconfig_path) - xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR") - File.open(xcconfig_path, "w") { |file| file << xcconfig_mod } - end end end