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 Respuesta
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
EXPERTO
iwasa
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas