MacOS 10.15 Deprecation
howardkitto opened this issue · comments
Howard Kitto commented
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
Nick Klauer commented
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?
Howard Kitto commented
It looks like this is the alternative method...
https://developer.apple.com/documentation/security/sectrustedapplicationref?language=objc
Kyle Hubert commented
More discussion here, as well:
https://forums.developer.apple.com/thread/118479
Joshua Blum commented
closed via #60
Hi commented
This still happens.
Hi commented
Hi commented
Am I going to downgrade my os version or ???
Deleted user commented
Any update? Still struggle with the same problem.