Xcode Archive Issue: Xcode couldn't find any iOS App Development provisioning profiles matching

Hey,
I am trying to build a react-native app but every time my workflow is failing at xcode archive step.

error: No profiles for ‘com.compant.projectName’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘com.compant.projectName’. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcode build.

I can see, I have successfully uploaded certificate to code signing and those certificates are getting installed, not sure what I am missing

build log: https://app.bitrise.io/build/675919b8bf458ae8

Can you please help me in exporting the app to test flight

Hi there!

In order to create an .xcarchive file, Xcode needs a development type profile, regardless of your export method. This missing profile resulted in this error.

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