website icon indicating copy to clipboard operation
website copied to clipboard

Change build command on 'Continuous delivery with Flutter' page

Open reiv opened this issue 1 year ago • 3 comments

Page URL

https://docs.flutter.dev/deployment/cd/

Page source

https://github.com/flutter/website/tree/main/src/deployment/cd.md

Describe the problem

https://docs.flutter.dev/deployment/cd#cloud-build-and-deploy-setup

In step 3:

Run flutter build appbundle or flutter build ios --release --no-codesign, depending on the platform.

Should this be build ipa instead of build ios? This matches the instructions for local setup and if the goal is to generate an xcarchive for Fastlane to sign, then ipa would be the command to do it.

Expected fix

No response

Additional context

No response

reiv avatar Sep 12 '23 13:09 reiv

@leighajarett : Could you clarify which command should be used. This page needs some work.

atsansone avatar Sep 12 '23 21:09 atsansone

I'm not actually sure on this one, @hellohuanlin do you know by chance?

leighajarett avatar Sep 13 '23 00:09 leighajarett

CC @xster may know about it from git history.

hellohuanlin avatar Sep 13 '23 00:09 hellohuanlin

This was fixed in https://github.com/flutter/website/pull/7012. Closing.

atsansone avatar Jun 28 '24 18:06 atsansone