flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
163.08k stars 26.83k forks source link

How to deploy a flutter app using flavor with xcode cloud? #149317

Open neonlee opened 1 month ago

neonlee commented 1 month ago

Type of Request

bug

Infrastructure Environment

Xcode cloud with gitlab

What is happening?

Hello, I have an application with Flutter using flavors, and I would like to deploy it via Gitlab with xcode cloud, but when building the application using xcode cloud it gives me the problem below.

image

Is there any way to build my application with flavors through xcode cloud and deploy it to apple stores?

Steps to reproduce

Step 1: Step 2: .. Step n:

Expected results

I hope to be able to deploy it to the apple store with xcode cloud I use flutter for my flavored application

darshankawar commented 1 week ago

@neonlee Can you provide us the complete error log in properly formatted text ? Also, check https://docs.flutter.dev/deployment/cd#xcode-cloud and see if it helps further or not.