Skip to content

Instantly share code, notes, and snippets.

@martin-cotta
Created September 17, 2018 00:22
Show Gist options
  • Save martin-cotta/0226b1088ed29ca63b86cccc0a62f852 to your computer and use it in GitHub Desktop.
Save martin-cotta/0226b1088ed29ca63b86cccc0a62f852 to your computer and use it in GitHub Desktop.
Xcode signing error: /usr/bin/codesign failed with errSecInternalComponent

errSecInternalComponent = -2070
An internal component experienced an error

This may occurs when the login keychain is locked, unlocked with:

security unlock-keychain login.keychain

or, Go to Keychain Access and toggle once the lock/unlock icon for Login (keep it unlock)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment