Automatic signing doesn't work with XCode 13

Hello dev community, i recently face an issue with Automatic signing and the new XCode 13. When i'm trying to use Automatic signing for my app and upload it to the AppStore via Organizer, i get the following errors:

"Communication with Apple failed. You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support, https://developer.apple.com/support"

"No profiles for '<bundle_id>' were found. Xcode couldn't find any iOS App Store provisioning profiles matching '<bundle_id'>."

Manual signing works fine, looks like a bug to me cause it was working fine since Xcode 12.x

Currently using: Xcode Version 13.0 (13A233). Mac 11.6

Answered by KostasPapadakis in 689638022

Alright thanks for the info, looks like the an Admin user-role has to enable the Cloud signing permission to the users that want to distribute apps from inside "Users and access" menu from AppStoreConnect.

The process changed in Xcode 13, and there are tips in the release notes.

https://developer.apple.com/documentation/xcode-release-notes/xcode-13-release-notes

Accepted Answer

Alright thanks for the info, looks like the an Admin user-role has to enable the Cloud signing permission to the users that want to distribute apps from inside "Users and access" menu from AppStoreConnect.

Automatic signing doesn't work with XCode 13
 
 
Q