Hello,
I have the next environment:
Login macbook: C.J. Koot
code signing certificate: Koot Software Design ( in my keychain)
app name: Plantenkennis (build with FiveMac (command line, not in Xcode)
When I want to sign my app I use this command:
codesign -s Koot Software Design -v Plantenkennis
But I get an error: ambiguous (matches "Koot Software Design" and "Mac Developer: C.J. Koot (MFNVQX3C9R)" in /Users/cjkoot/Library/Keychains/login.keychain-db)
How do I solve this problem?
Rene'