I up to date my xcode to 15.4
Im operating flutter run
on iphone 15 professional simulator
pod --version
is 1.15.2
In my PodFile I added
post_install do |installer|
installer.pods_project.targets.every do |goal|
flutter_additional_ios_build_settings(goal)
goal.build_configurations.every do |config|
xcconfig_path = config.base_configuration_reference.real_path
xcconfig = File.learn(xcconfig_path)
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
File.open(xcconfig_path, "w") file << xcconfig_mod
finish
finish
finish
the error I see
Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code