Problem with duplicate identity

On MacOS Sonoma (with XCode 15.0.1 installed) when I run this code-signing command in the terminal I get 2 exactly identical entries:

xcrun security find-identity -v -p codesigning

This causes problems with the XCode command-line signing utility.

What do I need to do to fix this duplicate identity problem?

When I open the Key-Chain app I only see one entry.

Do they have different hash values?

Creating Distribution-Signed Code for Mac talks about these hash values (in the “Confirm Your Code Signing Identity” section).

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

No, it's seems very odd but both hashes and text appear to be EXACTLY the same.

Problem with duplicate identity
 
 
Q