Search code examples
iosxcodeprovisioning-profilexcode15

Xcode 15: Xcode couldn't find any iOS App Store provisioning profiles matching


I have Xcode Version 15.0 (15A240d), after successful archiving when uploading on app store getting below errors. I checked my provisioning profile and certificates are valid and I am able to upload app on XCode 14.3.1.

Error 1: "No profiles for 'bundle Identifier' were found. Xcode couldn't find any iOS App Store provisioning profiles matching 'bundle Identifier'."

Error 2: "Cloud signing permission error

You haven't been given access to cloud-managed distribution certificates. Please contact your team's Account Holder or an Admin to give you access. If you need further assistance, contact Apple Developer Program Support at https://developer.apple.com/contact/."

enter image description here

Below solutions I tried:

  1. Checked provisioning profile and certificates validity.

  2. Solution mentioned here
    Xcode couldn't find any iOS App Store provisioning profiles matching [bundle ID]


Solution

  • If you were choosing manual signing to distribute your app, now in xCode 15 you have to choose Custom in "Select a method for distribution" screen as cleared in the below image:

    image

    , then you will be in the old distribution behavior.