keybase / go-keychain

Golang keychain package for iOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS 10.15 Deprecation

howardkitto opened this issue · comments

Updated MacOS earlier and now I'm getting this warning.

# 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]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrustedApplication.h:59:10: note: 'SecTrustedApplicationCreateFromPath' has been explicitly marked deprecated here

Is there a better API that should be used instead? I can only imagine that macOS will remove it, and then this issue pops up again?

closed via #60

commented

This still happens.

commented

image

image

image

commented

Am I going to downgrade my os version or ???

Any update? Still struggle with the same problem.