Xcode archive step failing due to no accounts registered on xcode and missing profiles

I’ve been using bitrise since quite a long time. But recently I’m facing an issue with our ios deployment workflow, where the build is failing on xcode-archive step, with a peculiar issue.

error: There are no accounts registered with Xcode. Add your developer account to Xcode (in target 'Unifize' from project 'Unifize')
error: No profiles for 'com.[REDACTED].chat' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.[REDACTED].chat'. (in target 'Unifize' from project 'Unifize')
error: There are no accounts registered with Xcode. Add your developer account to Xcode (in target 'ShareWithUnifize' from project 'Unifize')
error: No profiles for 'com.[REDACTED].chat.ShareWithUnifize' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.[REDACTED].chat.ShareWithUnifize'. (in target 'ShareWithUnifize' from project 'Unifize')
** ARCHIVE FAILED **

Things I’ve tried in past:

  • Managed to manually add provisioning profiles and code signing certificates
  • Connected my apple developer portal account from teams tab
  • All certificates and profiles are signed under my name (same user)

Didn’t find much help from google as well for this specific usecase. I’d be happy to share more info if needed.

1 Like

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