MacOS command line xcrun gives 2 identical code signing identities

54 Views Asked by At

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.

0

There are 0 best solutions below