Wednesday, 18 September 2013

Code signing issue in Xcode 5

Code signing issue in Xcode 5

My project has a sub-project. It's not being code-signed:

Even though I disabled code-signing, I still get this error:
Code Sign error: Multiple matching codesigning identities found: Multiple
codesigning identities (i.e. certificate and private key pairs) matching
"Mac Developer" were found.
When I look in the keychain, there's no duplicate key of "Mac Developer".
I didn't have this issue in Xcode 4.x.
How can I fix this?

No comments:

Post a Comment