Xcode 5中的代码签名问题

时间:2013-09-18 21:29:14

标签: iphone objective-c xcode macos xcode5

我的项目有一个子项目。它没有代码签名:

enter image description here

即使我禁用了代码签名,我仍然会收到此错误:

Code Sign error: Multiple matching codesigning identities found: Multiple codesigning identities (i.e. certificate and private key pairs) matching “Mac Developer” were found.

当我查看钥匙串时,“Mac Developer”没有重复的键。我在Xcode 4.x中没有这个问题。

我该如何解决这个问题?


修改

问题描述出现在“LaunchAtLoginHelper”下,所以我很肯定这个项目导致错误。

1 个答案:

答案 0 :(得分:9)

修改

此问题已在 Xcode v5.0.1 中修复 即使在子项目中,常规标签现在也可用。

enter image description here


解决方案


显然您必须单独打开子项目,否则您将无法在项目设置中获得常规标签。

即使很难,也没有代码签名身份,您需要在Xcode 5中单独禁用代码签名。

enter image description here

只需选择,再次打开主项目即可正确编译。