dsymutil golang
April 04, 2017
Go executables broken in macOS 10.12.X
When compiling and executing this may happen:
$ zsh: killed ./main
Temporary fix:
$ ln -s /usr/bin/true /usr/local/bin/dsymutil
Go executables broken in macOS 10.12.X
When compiling and executing this may happen:
$ zsh: killed ./main
Temporary fix:
$ ln -s /usr/bin/true /usr/local/bin/dsymutil