golang could not launch process: EOF 错误 mac os

mac os 升级后10.13.3后运行golang出现,  使用GoLand调试:

could not launch process: EOF

解决方法:

sudo rm -rf /Library/Developer/CommandLineTools

下载https://developer.apple.com/download/more/

要登录下载 Command Line Tools (macOS 10.13) for Xcode 9.2  安装即可

猜你喜欢

转载自my.oschina.net/u/198124/blog/1807792