简体   繁体   中英

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?


EDIT

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

EDIT

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

在此输入图像描述


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.

在此输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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