flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.82k stars 3.22k forks source link

Change build command on 'Continuous delivery with Flutter' page #9382

Closed reiv closed 4 months ago

reiv commented 1 year ago

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

atsansone commented 1 year ago

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

leighajarett commented 1 year ago

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

hellohuanlin commented 1 year ago

CC @xster may know about it from git history.

atsansone commented 4 months ago

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