无法在 Flutter 中 运行 IOS 应用

Can't run IOS application in Flutter

这是我已经尝试使用 pod update 和 repo pod update 以及清理派生数据的错误代码的图片

首先删除项目中的ios文件夹


flutter create .

在终端

然后将 podfile 中的 ios 版本更改为 10

然后再次尝试 运行 如果您在 ios

中创建或添加了文件,请备份 ios 文件夹

只需将此行添加到您的 Podfile

post_install do |installer_representation|
  installer_representation.project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['ARCHS'] = 'armv7 armv7s'
    end
  end
end

颤动

  • ios
    • 播客文件