Post

Replies

Boosts

Views

Activity

Reply to Keychain Access crashes on macOS 11 after adding a customer‘s developer account to XCode
One solution, to retry the problem... with apple developer, works fine, with apple distribution , via Xcode, crash... My results: security: SecKeychainDelete: UNIX[No such file or directory] ... But KeyChain works again... "This works for me: I checked my keychains in terminal with command: security list-keychains There were two keychains with invalid path on my computer, "Apple Development" and "Mac Developer" keychains in /private/var/... folder. I deleted the the two keychains in terminal with command: security delete-keychain [keychain with invalid path] Some message was displayed, but keychain was successfully removed.  security: SecKeychainDelete: UNIX[No such file or directory] Now Keychain access works again. I hope this helps."
Feb ’21