AppCenter ipa upload failed

Description of the issue

During execution AppCenter ipa upload step I got next error:

  • hash appcenter
  • echo ‘Microsoft AppCenter CLI already installed.’
    Microsoft AppCenter CLI already installed.
  • envman add --key APP_CENTER_APP_ID
  • envman add --key APP_CENTER_ACCESS_TOKEN
  • envman add --key APP_CENTER_DISTRIBUTION_GROUP
  • envman add --key APP_CENTER_BUILD_MESSAGE
  • appcenter distribute release -f /Users/vagrant/deploy/KrispyKreme.ipa -r ‘’ -a mvallotton/Dev-Krispy-Kreme --token [REDACTED] -g All-users-of-Dev-Krispy-Kreme --quiet

Error: Command ‘distribute release -f /Users/vagrant/deploy/KrispyKreme.ipa -r -a mvallotton/Dev-Krispy-Kreme --token [REDACTED] -g All-users-of-Dev-Krispy-Kreme --quiet’ failed with exception "Unknown arguments: "

Looks like the release id not set. Any ideas how to fix it?

Build message required and setting this parameter resolve the issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.