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 Antwort
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
EXPERTE
iwasa
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen