Codesign error: Certificate identity appearing twice

前端 未结 15 2149
孤城傲影
孤城傲影 2020-12-07 13:04

CodeSign error: Certificate identity \'iPhone Developer: XXXX (12345678)\' appears more than once in the keychain. The codesign tool requires there only be one.

So I

15条回答
  •  失恋的感觉
    2020-12-07 13:23

    I just had the same problem. It has been fixed. It came after I submitted an app and installed a few certificates to sign the app.

    Quick Fix: Open up KEYCHAIN ACCESS > click on MY CERTIFICATES> in there you will probably see iPhone Developer: . You will probably see it TWICE! Select the one with the earliest Expiration date, right click and select DELETE.

    Restart Xcode if you haven't. Works now. :)

    Happy Coding.

提交回复
热议问题