Я обновил свой xcode до 15.4
Я использую flutter run на симуляторе iphone 15 pro
pod --version — 1.15.2
Я добавил в свой PodFile
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
Подробнее здесь: https://stackoverflow.com/questions/785 ... -exit-code
Мобильная версия