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

1 Answer
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
EXPERT
iwasa
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions