Code sign on mac Catalina “error: the specified Item could not be found in the keychain

mkdir -p /Users/username/action-runner/system-code/system-code.app/moderms/MacOS +mkdir -p /Users/username/action-runner/system-code/system-code.app/moderms/Resources +cp -p /Users/username/action-runner/system-code/EM-6.0/resources/res/em.icons/ /Users/username/action-runner/system-code/system-code.app/moderms/MacOS +cp -p /Users/username/action-runner/system-code/Supplement /system-code.sh/res/em.icons/ /Users/username/action-runner/system-code/system-code.app/moderms/MacOS/system-code codesign -f -s ‘’ -v /Users/username/action-runner/system-code/system-code.app error: The specified item could not found in the keychain. -script failed with code : 1 Running install script failed with exit code 1 On the host machine terminal “codesign -f -s ‘’ -v /Users/username/action-runner/system-code/system-code.app” command works

Code sign on mac Catalina “error: the specified Item could not be found in the keychain

I’m not able to read your post. Please post a reply with the code snippets in a code block (use triple backquotes, or just click the Code Block button).

For this and other tips, see Quinn’s Top Ten DevForums Tips.

Share and Enjoy

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

“‘mkdir -p /Users/username/action-runner/system-code/system-code.app/moderms/MacOS

+mkdir -p /Users/username/action-runner/system-codè mkdir -p /Users/username/action-runner/system-code/system-code.app/moderms/MacOS

+mkdir -p /Users/username/action-runner/system-code/system-code.app/moderms/Resources

+cp -p /Users/username/action-runner/system-code/EM-6.0/resources/res/em.icons/ /Users/username/action-runner/system-code/system-code.app/moderms/MacOS

+cp -p /Users/username/action-runner/system-code/Supplement /system-code.sh/res/em.icons/

/Users/username/action-runner/system-code/system-code.app/moderms/MacOS/system-code

codesign -f -s ‘’ -v /Users/username/action-runner/system-code/system-code.app

error: The specified item could not found in the keychain. -script failed with code : 1 Running install script failed with exit code 1

On the host machine terminal “codesign -f -s ‘’ -v /Users/username/action-runner/system-code/system-code.app command works

Code sign on mac Catalina “error: the specified Item could not be found in the keychain
 
 
Q