Xcode 8 shows error that provisioning profile doesn't include signing certificate

后端 未结 30 1830
太阳男子
太阳男子 2020-11-28 17:55

Xcode 8 shows error that provisioning profile doesn\'t include signing certificate.

This issue is with Xcode-8 only with Xcode 7, same provisioning profile showing r

相关标签:
30条回答
  • 2020-11-28 18:50
    1. Delete the developer certificate that does not have a private key.
    2. Delete the provisioning profile from your machine using go to folder (~/Library/MobileDevice/Provisioning Profiles)
    3. Then first check then uncheck the Automatically manage signing option in the project settings with selecting team.
    4. Sing in Apple developer account and edit the provisioning profile selecting all available developer certificates then download and add to XCODE.
    5. Select the provisioning profile and code signing identity in project build settings
    0 讨论(0)
  • 2020-11-28 18:50

    If your trying to upload your app to iTunes Connect (your Provisioning Profiles are set to Distribution), Go to Project Settings -> Build Settings -> Code Signing. Make sure to set all of Debug and Release Options to your Distribution Provisioning Provisioning Profile.

    0 讨论(0)
  • 2020-11-28 18:50

    Try downloading the certificates/profiles directly from the member centre rather than doing it from Xcode.

    It worked for me when I manually downloaded them from the member centre.

    0 讨论(0)
  • 2020-11-28 18:51

    I unchecked and then checked the "Automatically manage signing" option. That fixed it for me.

    0 讨论(0)
  • 2020-11-28 18:54

    Clicking but then cancelling "Enable Automatic Signing" worked for me, although the actual change it made was:

    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;

    or in Xcode it's called Always Embed Swift Standard Libraries

    0 讨论(0)
  • 2020-11-28 18:55

    For me, None of the above solutions worked. I was migrating from two older mac's to a new mac, trying to get release/debug profiles working on Xcode WITHOUT Xcode auto managing them.

    The solution for me was that when I went and created the two new Certificates, i ALSO had to go into my provisioning profiles, and add (under both the distribution and dev) the new certificates to the provisioning profiles so recognized them. After doing this & downloading, xcode removed all errors and it is good to go.

    Hope this helps someone!

    0 讨论(0)
提交回复
热议问题