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

后端 未结 30 1827
太阳男子
太阳男子 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

提交回复
热议问题