I am facing a weird issue in running a cgo binary in MAC OSX. The binary builds on my first Mac will work on my second Mac but shows exit status 1
on my first mac. I don't see any difference in go env
. Is there any way I can debug this issue to understand what is wrong and hopefully fix it? I reinstall os in the first mac. Things started working after that. Then it stopped working. I can build the binary at all time.