iPhone Distribution: No profiles currently match

前端 未结 5 900
盖世英雄少女心
盖世英雄少女心 2021-02-04 13:36

I am about to upload an app to iTunes Connect. I am not Team Agent, nor does it seem the Team Agent can make me a Team Agent. So he logged onto Member Center and downloaded a Di

5条回答
  •  悲&欢浪女
    2021-02-04 14:03

    "iPhone distribution no profiles match" is one of the most annoying issue that I have ever had with app development.

    This is how I sorted it out:

    In Developer under iOS Provisioning Portal I needed to generate 4 certificates and download the WWDR intermediate certificate to be able to submit my app to the App Store:

    1. Under Developer Certificate section (link) generate a Developer Certificate. Also Make sure that you have the WWDR intermediate certificate installed, if in doubt download it from there.
    2. Under Developer Certificate section (link) generate a Distribution Certificate (This is not that will show up in Xcode!)
    3. Under Provisioning section (link) generate a Development Provisioning profile certificate
    4. Under Provisioning section (link) generate a Distribution Provisioning profile. THIS WILL SHOW UP IN XCODE AS A DISTRIBUTION CERTIFICATE!

    After that I was able to select the iPhone distribution profile generated at 4. Also make sure that your target settings are correct as they overwrite the project settings.

    Your active provisioning profiles are listed under "Xcode/Organizer/Library/Provisioning Profiles"

    I hope it helps

    UPDATE: Some distribution provisioning profiles often just "disappear" from my list. So I have to download and install (just double click) them again from https://developer.apple.com/ios/manage/provisioningprofiles/viewDistributionProfiles.action not a big deal, but annoying.

提交回复
热议问题