【发布时间】:2013-09-18 21:29:14
【问题描述】:
我的项目有一个子项目。它没有被代码签名:
即使我禁用了代码签名,我仍然会收到此错误:
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”下,所以我很肯定这个项目导致了错误。
【问题讨论】:
标签: iphone objective-c xcode macos xcode5