Distribution Provision no private key found
I downloaded the Distribution provision certificate, the ios_distribution certificate and the aps_production.cer for push notifications. I installed them all in the key chain. The primary Distribution certificate does not have a private key with it. My development certificate does and has worked fine. It's similar to the linked issue but I've done those steps.
Stackoverflow link
You're missing the .p12 file which correspond to the private key associated to your certificate when you first created it in the keychain app.
You probably are working on a different Mac that the one used to generate the public/private keys. You just have to export it and then import it on the new Mac.
链接地址: http://www.djcxy.com/p/49924.html上一篇: Xcode私钥用于开发和分发
下一篇: 分配规定没有找到私钥