Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

SecTrustedApplicationCreateFromPath is deprecated (Big Sur compatibility?) #19

Closed
synfinatic opened this issue Mar 9, 2021 · 1 comment · Fixed by #33
Closed

SecTrustedApplicationCreateFromPath is deprecated (Big Sur compatibility?) #19

synfinatic opened this issue Mar 9, 2021 · 1 comment · Fixed by #33
Labels
question Further information is requested

Comments

@synfinatic
Copy link
Owner

This was actually fixed in go-keychain but looking in the tickets against 99designs/keyring it's not clear what they plan to do. Seems like they just pinned to an older version of go-keychain which is not Big Sur compatible. :-/

# github.com/keybase/go-keychain
cgo-gcc-prolog:203:11: warning: 'SecTrustedApplicationCreateFromPath' is deprecated: first deprecated in macOS 10.15 - No longer supported [-Wdeprecated-declarations]
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrustedApplication.h:59:10: note: 'SecTrustedApplicationCreateFromPath' has been explicitly marked deprecated here
@synfinatic synfinatic added the question Further information is requested label Mar 9, 2021
@synfinatic synfinatic changed the title SecTrustedApplicationCreateFromPath is deprecated SecTrustedApplicationCreateFromPath is deprecated (Big Sur compatibility?) Mar 9, 2021
@mtibben
Copy link

mtibben commented May 10, 2021

@synfinatic if you wish to help resolve the issue see 99designs/keyring#66 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants