codesign errSecInternalComponent

I encountered a signature issue, codesign -f -s "Developer ID Application: ***" /Users/leagsoft/Desktop/uninstall /Users/leagsoft/Desktop/uninstall: replacing existing signature Warning: unable to build chain to self-signed root for signer "Developer ID Application:***" /Users/uninstall: errSecInternalComponent

but using Sodu can sign normally

See Resolving errSecInternalComponent errors during code signing.

but using Sodu can sign normally

Do you mean sudo? If so, the above post explains why it’s a bad idea to use when when signing code.

Share and Enjoy

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

codesign errSecInternalComponent
 
 
Q