-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated function breaking SDK on macOS BigSur #10267
Comments
Just installed Monterey and updated Xcode. I am getting a similar error with the blog tutorial: Cosmos SDK's version is: stargate - v0.44.0 |
I'm also having issues with this. was anyone able to find a solution? |
Summary of Bug
While attempting to install the Terra core software , the following error was thrown:
It seems the
SecTrustedApplication.h
API was completely deprecated and the go-keychain software within the SDK relied on that. I am not the only one encountering this issue either:keybase/go-keychain#72
https://github.com/terra-money/core/issues/556
Version
Commit=d8e277626e74f9d6417dcd59857468688
Steps to Reproduce
System:
OS: macOS Big Sur Version 11.6
Processor: Intel Core i7
GoLang Version: 1.16.8 darwin/amd64
git clone https://github.com/terra-money/core/ cd core git checkout main make install
For Admin Use
The text was updated successfully, but these errors were encountered: