-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.