Distribution certificate / private key not installed

后端 未结 11 2309
灰色年华
灰色年华 2020-12-22 18:43

Using Xcode 9.1, after building an iOS app, I want to archive it and upload it to the appStore for beta-testing. But I get the following issue after clicking the button

11条回答
  •  轮回少年
    2020-12-22 19:08

    In my case Xcode was not accessing certificates from the keychain, I followed these steps:

    1. delete certificates from the keychain.
    2. restart the mac.
    3. generate new certificates.
    4. install new certificates.
    5. clean build folder.
    6. build project.
    7. again clean build folder.
    8. archive now. It works That's it.

提交回复
热议问题