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 Resposta
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
ESPECIALISTA
iwasa
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas