Flutter ci-cd pipeline for ios

0

we are trying aws ci-cd pipeline for flutter-ios in aws codebuild but there is only three images available (i.e linux,ubuntu,windows) my questions is how to create ci-cd pipeline for flutter-ios in aws without Jenkins ? how to create custom image for ios

質問済み 2年前1053ビュー
1回答
1

Hi.

CodeBuild runs a custom container within AWS.
And you need macOS to build Flutter iOS.
Therefore, you cannot build iOS apps with CodeBuild alone.

First, you need to have an external build server.
If it supports Remote Build, prepare macOS on EC2 and prepare a mechanism (like Jenkins) to receive Remote Build instructions.
Alternatively, you can use an external service as follows.

https://blog.codemagic.io/how-to-develop-and-distribute-ios-apps-without-mac-with-flutter-codemagic_jpn/

Send build instructions from CodeBuild or CodePipeline to an external server.

profile picture
エキスパート
iwasa
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ