Golang can't run in my macBook pro m1

affter i install Goland and when i run it . the **** error will come out and i dont know what should i do

Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!' terminating with uncaught exception of type NSException abort() called

You should check the versions of Golang and of your Mac, for compatibility.

And ask Google directly (there must exist Golang forums).

What Claude31 said plus…

The specific cause of this crash is that something within your process is calling a main-thread-only API, AppKit, from something that’s not the main thread. This should generate a crash report and you might learn something from that — see Diagnosing Issues Using Crash Reports and Device Logs — but it’s likely that the folks familiar wth Go will have direct experience with this issue.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Golang can't run in my macBook pro m1
 
 
Q