Hi there,
Our builds fail with the new Xcode 13 stack: Standard Machine, Xcode 13.0.x, on macOS 11.4 (Big Sur). The same branch does build successfully however on: Standard Machine, Xcode 12.5.x, on macOS 11.4 (Big Sur).
The error is generated in the Xcode Archive & Export for iOS step and says for each for our target:
"error: exportArchive: No profiles for âxxxxxxâ were found.
The xcodebuild-export-archive.log says this:
âXcode couldnât find any iOS App Store provisioning profiles matching âxxxxxxxâ. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.â
Weâre using automatic signing and havenât made any changes.