Can't validate iOS app (getting already has valid certificate)

前端 未结 2 1400
我在风中等你
我在风中等你 2021-01-18 04:39

When switching to Yosemite I did a clean install of my Mac and now I\'m having issues submitting my iOS to the store.

When I validate my archive I keep getting \"You

2条回答
  •  春和景丽
    2021-01-18 04:55

    A very common "doh!" is you copied over the relevant item in Keychain,

    BUT!

    you forgot the private key part:

    enter image description here

    So fi the disclosure triangle on the left is missing and the "key" symbol part is missing, that's what's happened.

    Solution: just EXPAND the triangle and highlight BOTH parts, then click export. move the file to your other Mac and open.


    ALSO -- don't forget, in Xcode you have to literally login these days.

    Xcode - Preferences - second tab == Accounts

    enter image description here

    It's easy to forget, say, one of your various client's accounts there.

提交回复
热议问题