Xcode中,我自己Crifan Li之前自己弄了一套,自己的PP文件,Code Signing等配置
可以正常的进行企业版的打包了
现在,在另外一台Mac中,去登录另外一个已被加入了企业开发者中的,苹果开发者账号:
larry daryun
的账号,去Xcode中实现企业版打包
现在想要借用我的账号已经设置好的各种PP文件和code signing
在另外的Mac中,已经导入了之前的自己的p12文件:
com.qorosauto.QorosSalesApp_APS_Production.p12
(双击,调用 钥匙串 打开,输入密码,导入成功)
在Xcode中,也已经可以选择了:
Code Singing Identity
中的release为:
(借用我自己的截图)
但是Xcode中去
修复显示找不到的问题的Team的设置
结果最后提示出错:
Your account already has a valid iOS Development certificate You have a valid iOS Development certificate in the Member Center, but it is not installed locally. If your signing identity is installed on another Mac, you can export a developer profile on that Mac and import it on this Mac. You can also reset your current certificate. |
You have a valid iOS Development certificate in the Member Center, but it is not installed locally
Xcode – account already has valid iOS Distribution Certificate – Stack Overflow
Your account already has a valid iOS distributi… | Apple Developer Forums
Maintaining Your Signing Identities and Certificates
-》
Exporting and Importing Certificates and Profiles
要导出的话,是叫做:
developer profile
包含三部分(团队的资源文件):
Development certificates
Distribution certificates
Provisioning profiles
也可以导出你选择的部分的内容
adminCrifanCom_xxxxAutomotive.developerprofile
导出密码:xxxxx
又接着弹出:
和:
Developer Profile Exported 2 accounts, 8 code signing identities, and 34 provisioning profiles were successfully exported. |
会自动打开Finder,看到已导出的
adminCrifanCom_xxxutomotive.developerprofile
结果另外那台Mac的Xcode中,导入这个developer profile文件后,
竟然还要输入我的苹果开发者账号,才能点击查看对应的证书配置:
所以,放弃导入吧。
重新去给账号中重新建立一套用于企业版iOS打包的证书环境
转载请注明:在路上 » [未解决]Xcode打包时使用别人的企业账号但失败:You have a valid iOS Development certificate in the Member Center, but it is not installed locally