HELP! Go Keyring Error Installing Terra Core on Mac!

I have been trying to follow the instructions for installing Terra Core on the main github repository using Mac Big Sur, but I am encountering errors.

If I try to install from source, I will get the following error after running make install

go install -mod=readonly -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=terra -X github.com/cosmos/cosmos-sdk/version.AppName=terrad -X github.com/cosmos/cosmos-sdk/version.Version=0.5.2-2-gf41a7de -X github.com/cosmos/cosmos-sdk/version.Commit=f41a7de7e1c06ab836d50381c6fe918b64a73483 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger" -w -s' -trimpath ./cmd/terrad \# 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

I have googled this problem and seen I’m not the only one, but I cannot figure out how to get around it. Does anyone have any advice for how to install Terra Core on Mac?

It’s an issue a lot of people have reported on their repo, but no one from their team seems to care to fix it.