Encountered error while creating the IPA: error: exportArchive No Accounts error: exportArchive No profiles for 'X' were found

Hi Bitrise team,

I’m encountering the following issue during the Xcode Archive & Export for iOS step:

Building App Store IPA...                                        2,829ms  
Encountered error while creating the IPA:  
error: exportArchive No Accounts  
error: exportArchive No profiles for the target bundle ID were found

I’ve included the following steps in my workflow:

  • Git Clone Repository

  • Script

  • Certificate and profile installer

  • Manage iOS Code Signing

  • Flutter Install

  • Flutter Build

  • Xcode Archive & Export for iOS

  • Deploy to Bitrise.io

Could you please help me identify what’s missing or misconfigured?
My project uses manual signing in Xcode, and the correct provisioning profiles and certificates are already uploaded to Bitrise.

Thanks in advance!