作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 Windows 上开发了一个 Flutter 应用程序。现在我正在尝试通过 codemagic 进行构建。但是我需要更改IOS的最低部署版本。
使用 codemagic 构建应用程序时出现此错误
Specs satisfying the
stripe_payment (from
.symlinks/plugins/stripe_payment/ios)
dependency were found, but they required a higher minimum deployment target.
最佳答案
您必须在 Podfile
中定义最低平台 ios 版本文件。
platform :ios, '10.0'
Podfile
一旦你运行
flutter build ios
就会被创建.
flutter build ios
在 macOS 设备上。如果你没有这样的设备,你可以为你的项目创建一个 CI 构建管道(例如在 Azure Devops 上),并在 macOS 代理上运行 CI 构建。
Podfile
的步骤。到工件,因此您可以下载该工件并添加
Podfile
到您的来源。
IOS
构建 Flutter 应用程序和
Android
无需
macOS
设备。
关于flutter - 如何从 Codemagic 更改最小部署 iosTarget?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60357362/
我是一名优秀的程序员,十分优秀!