-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #2183
Comments
|
Go's official website says that Go requires macOS 10.13 or later, and you are using macOS 10.12. So you are using an unsupported platform. Your options are to either update your OS, try to build esbuild for yourself using an older version of the Go compiler, use the WebAssembly version of esbuild, or to use another tool instead. |
|
I'm closing this because there's nothing to do here on esbuild's end. You'll have to use one of the workarounds described in my previous comment. |
|
i have resolved this porbloms |
|
Unhandled Rejection (Error): register failed, invalid key getInitialState from plugin 这个报错是啥情况也搜不到解决方案。 |
env
os: mac 10.12.6
node: v14.19.1
npm: 6.14.16
pnpm: 6.32.7
The text was updated successfully, but these errors were encountered: