简体   繁体   English

我的访问密钥链证书

[英]My Access KeyChain certificate

i create a provision and developer identity.certificate with apple provision assistant and i have huge problem , everything done , but when i add my certificate into KeyChain , the certificate add , but doesn't show on the Keys and my Certificate :( and xcode Organizer says 我用Apple Provisioning Assistant创建了一个Provision和Developer Identity.certificate,遇到了很大的问题,一切都完成了,但是当我将我的证书添加到KeyChain中时,证书添加了,但没有显示在Keys和我的Certificate上:(和xcode主办方说

a valid signing identity matching this profile could not be found in your keychain 在您的钥匙串中找不到与该配置文件匹配的有效签名身份

and compiler : 和编译器:

 Code Sign error: The identity 'iPhone Developer' doesn't match any 

valid certificate/private key pair in the default keychain 默认钥匙串中的有效证书/私钥对

i didn't have this problem on the leopard with sdk 3.1 my current os is 10.6.2 SDK 3.1.3 what's the problem ? 我在使用SDK 3.1的豹子上没有这个问题,我目前的操作系统是10.6.2 SDK 3.1.3,这是什么问题?

Hope this link will be useful for you. 希望链接对您有用。

All the best. 祝一切顺利。

Make sure the Bundle ID matched to the Mobile Provisioning's Bundle ID. 确保Bundle ID与Mobile Provisioning的Bundle ID相匹配。

Xcode Project > Build Setting > Code Signing Xcode项目>构建设置>代码签名

If the bundle ID matched, you will see those valid cert will 如果软件包ID匹配,您将看到那些有效证书

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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