コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Xcode】has XXXX iOS Distribution certificates but their private keys are not installed. Contact the creator of one of these crrtificates to get a copy of the private key.

概要

has XXXX iOS Distribution certificates but their private keys are not installed. 
Contact the creator of one of these crrtificates to get a copy of the private key.

Xcode でアーカイブしたデータを Validate しようとした時に
上記のエラーが発生する状況に遭遇した

Apple Developer の Certificates, Identifiers & Profiles の
Certificates のページから .cer をダウンロードして
キーチェーンに追加したら直った