XCode 13 couldn't find any iOS App Store provisioning profiles matching

Hi

After updating 2 days ago Xcode to version 13 I cannot sign and upload one of my iOS applications. I have multiple teams configured in Xcode, but this happens only with one team. Is there a workaround for this ?

thank you

Bogdan

Answered by cristeab in 690201022

I had to downgrade Xcode to 12.5.1 in order to be able to load the provisioning profile and sign the application. The provisioning profile cannot be loaded by Xcode 13.0

I've had this happen with 12.5, no one at apple 'support' had anything helpful: 'read the forums'. Closing all instances of XCode and restarting the workstation sometimes works. It's obvious there are flaws in the entire upload/distribution system.

Jennifer

Facing the exact same situation at our side too 😔

I am having same issue, I have App Mangager Role and My. And My settings shows:

Additional Resources Access to Certificates, Identifiers & Profiles. Create Apps

May be adding Additional checkbox would solve the issue.

Accepted Answer

I had to downgrade Xcode to 12.5.1 in order to be able to load the provisioning profile and sign the application. The provisioning profile cannot be loaded by Xcode 13.0

Apple Silicone or Intel ? Same problem (mac mini m1)

you need to switch "automatically manage signing" in the project or re-select Team. Make sure the changes appear in the project file:

CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic;

The same problem with me, Xcode 13, macOS BigSur 11.6

I got it working on XCode 13 by manually pointing the Provisioning Profile (download it from the Apple Developer page) rather than using the "Automatically manage signing" option. Just make sure it is installed in Keychain Access before rebuilding the app.

XCode 13 couldn't find any iOS App Store provisioning profiles matching
 
 
Q