简体   繁体   中英

Xcode auto manage code signing in team development

I'm now using Xcode's auto manage code signing for both development and distribution.
But another developer in my team failed to archive with error "missing private key".
It seems he should install the p12 file exported from my MacBook that created the distribution certificate. And download the certificate from the Apple's developer center.

Is that the right process for team development? Or there is another right or recommended way to manage the code sign in team development?

No, you need to create a provisioning profile from your MacBook, then you should distribute it to your other developers.

A p12 file contains public and private keys. Downloading from Apple's developer page will only provide public key. You have to export p12 file from the person's computer who created that file. Store it somewhere secure then send to your teammate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM