Code signing issue in Xcode version 8

前端 未结 9 1162
滥情空心
滥情空心 2020-12-09 19:54

I updated my Xcode to version 8 after iOS 10 release. Apple made some changes in code signing process and it is now available in general section of target settings. But the

相关标签:
9条回答
  • 2020-12-09 20:28

    I got the same error after updating from Xcode7 to Xcode8. I dont need to install the certificates.

    1. In my case I only have to go to Xocde -> "Preferences"->"Accounts".

    2. There I have to login again my existing account, the login was expired.

    3. IMPORTANT: After this, restart Xcode.

    Then everything works as expected.

    best regards

    0 讨论(0)
  • 2020-12-09 20:31

    I faced the same issue, fixed it without having to delete and download everything again.

    I simply enabled Automatic Signing, waited for it to detect my signing certificates, and then disabled it. After that, I was able to reselect the desired provisioning profiles and the Signing Certificated were detected as they should.

    0 讨论(0)
  • 2020-12-09 20:34

    I ran into the same issues, but in order to solve it I ended up generating an additional 'App Store provisioning profile' and 'Ad hoc provisioning profile'.

    Hope that helps others.

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