I'm getting "fatal error: runtime: bsdthread_register error" error on VS code when i try to run a command on terminal.
This used work fine on Big sur and older versions.
Is there a way to get this fixed on Monterey?
I'm getting "fatal error: runtime: bsdthread_register error" error on VS code when i try to run a command on terminal.
This used work fine on Big sur and older versions.
Is there a way to get this fixed on Monterey?
If this is a program you built from source, you will need to rebuild it with a newer version of Go:
https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue
The same situation happens when I use goimports command after upgrading go version to 1.17. Try to upgrade your go tools, Good Luck!
I got this error while running command ztoken, I replaced it with zign token uid cn and now i dont get this error