Failed to find default keychain on MacOS images #9430
Unanswered
xiazhvera
asked this question in
General questions
Replies: 1 comment 2 replies
-
Hello @xiazhvera . Looks like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I tried to access default keychain through Apple API
SecKeychainCopyDefault
, I got error OSStatus -25307, which means "A default keychain could not be found.". However, my application works locally, and the issue only happened with Github Actions. Would anyone have any insight in this issue?I've tried the following steps, but no luck
SecKeychainCopyDefault
sudo
, however, as the keychain is in user space,sudo
does not seem to be helpful.Runner Image
MacOS 12 - xcode 14
macos-13-xlarge - xcode 14
macos-14-xlarge - xcode 15
Beta Was this translation helpful? Give feedback.
All reactions