简体   繁体   English

代码签名错误Xcode 4.3.3

[英]Code Signing Error Xcode 4.3.3

I just updated my xcode to 4.3.3 and it starts giving me this error on all my projects which were working fine previously. 我刚刚将我的xcode更新为4.3.3,它开始在我之前运行良好的所有项目中给我这个错误。 I can Build everything, but when i do: XCode> Product> Archive i get the error: 我可以构建所有内容,但是当我这样做时:XCode> Product> Archive我得到了错误:

Code Sign error: The identity 'iPhone Distribution' doesn't match any valid, non-expired certificate/private key pair in the default keychain. 代码签名错误:“ iPhone发行版”标识与默认钥匙串中的任何有效,未过期的证书/私钥对不匹配。

In my build-settings i have already chosen a valid keychain which is present on my system and visible through Keychain access. 在我的构建设置中,我已经选择了一个有效的钥匙串,该钥匙串存在于我的系统中,并且可以通过钥匙串访问看到。 WHat the??? 什么? I tried cleaning derived data but no use.... 我尝试清除派生数据,但无济于事。

Can someone please help...... 有人可以帮忙吗......

This seems to be the issue with the profiles. 这似乎是配置文件的问题。 Remove all the Provisioning Profiles currently from the organizer and try use freshly downloaded one. 从组织者中删除当前所有的供应配置文件,然后尝试使用新下载的配置文件。 Hope this helps you out there. 希望这对您有所帮助。

确保不仅在“项目”中而且在“目标”中都选择了有效的签名设置。

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

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