Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code signing issue in Xcode 5

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

enter image description here

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?


EDIT

The issue description appears under "LaunchAtLoginHelper", so I'm positive that this project is causing the error.

like image 401
IluTov Avatar asked Jun 15 '26 11:06

IluTov


1 Answers

EDIT

This issue was fixed in Xcode v5.0.1.
The General tab is now available even in sub-projects.

enter image description here


Solution


Apparently you have to open the sub-project separately, because otherwise you will not get the General tab in the projects settings.

Even tough there was no code-signing identity, you need to separately disable code-signing in Xcode 5.

enter image description here

Just choose None, open your main project again and it should compile correctly.

like image 109
IluTov Avatar answered Jun 17 '26 02:06

IluTov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!