Skip to content

Add flutter build ipa --no-codesign flag #101765

@jmagman

Description

@jmagman

Fastlane handles codesigning after archiving, add flutter build ipa --no-codesign flag so the user does not need to set up codesigning locally or in CI if they intend to deploy via Fastlane.

Setting this flag will create an unsigned xcarchive, and will not try to create an IPA (which AKAIK can't be built without a signing teamID):

Encountered error while creating the IPA:
error: exportArchive: No "teamID" specified and no team ID found in the archive

Feature request from @maxlapides in flutter/website#7012 (comment) and flutter/website#7012 (comment)

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: releaseChallenges faced when attempting to productionize an appplatform-iosiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions