Skip to content
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

dyld: Symbol not found: _SecTrustEvaluateWithError when upgrade to go 1.18 in macOS High Sierra 10.13.3 #52757

Closed
raygecao opened this issue May 7, 2022 · 2 comments

Comments

@raygecao
Copy link

raygecao commented May 7, 2022

What version of Go are you using (go version)?

1.18.1

Does this issue reproduce with the latest release?

Yes

What did you do?

I upgraded go from go 1.17.2 (worked well) to go1.18.1 (from go1.18.1.darwin-amd64.pkg in the official download page), then a horrible error was thrown.

My system was MacOS High Sierra 10.13.3, and I find the it's supported in the release note of go 1.17 (while go1.18 doesn't point the requirement of darwin).

It's same to #50855. However my system met the requirement.

The problem is resolved when I upgrade my darwin to MacOS Mojave 10.14.6

What did you expect to see?

go version go1.18.1 darwin/amd64

What did you see instead?

$ /usr/local/go/bin/go version

dyld: Symbol not found: _SecTrustEvaluateWithError
  Referenced from: /usr/local/go/bin/go
  Expected in: flat namespace

[1]    67235 abort      /usr/local/go/bin/go
@seankhliao
Copy link
Member

previously #52112

@dr2chase
Copy link
Contributor

dr2chase commented May 8, 2022

This looks like a duplicate, and perhaps solved merely by updating 10.13 to 10.13.6 or better.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants