You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:60:10: note: 'SecTrustedApplicationCreateFromPath' has been explicitly marked deprecated here
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up!
I see this issue on my mac every time I build wasmd binary. It is annoying but I agree with @ethanfrey that the upgrade needs to go into cosmos-sdk.
I don't want to push you around but Wasmd is a library with an app as a demo to make the integration easier. Key management is done in the cosmos-sdk.
I saw the issue was fixed on this #60.
But it stills happened on my mac
go install -mod=readonly -tags "netgo,ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=wasm -X github.com/cosmos/cosmos-sdk/version.AppName=wasmd -X github.com/cosmos/cosmos-sdk/version.Version=0.16.0 -X github.com/cosmos/cosmos-sdk/version.Commit=5eb3ae79ca31548bcf1eba730e4bd0e7fa51010b -X github.com/CosmWasm/wasmd/app.Bech32Prefix=wasm -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger"' -trimpath ./cmd/wasmd
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:60:10: note: 'SecTrustedApplicationCreateFromPath' has been explicitly marked deprecated here
The text was updated successfully, but these errors were encountered: