-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on Mac OS X after upgrading to Xcode 8 #20
Comments
Since my local env was busted anyway I've upgraded to macOS Sierra. So I rebuild all my dependencies and installed golang 1.7 which fixed everything again so thanks for the help anyway ;) |
i am getting the above error when i have used runtime.LockOSThread() as the first statement it is still not working facing the same issue macoS Catalina version 10.15.5 and go version 1.14.4 |
it is not working when i am using the runtime.LockOSThread() in the first line of main() in the macoS Catalina version 10.15.5 with go version 1.14.4 with xcode 11.1 version can you please help me out with this one? |
2020-06-18 20:49:02.823 workahub[2169:88946] *** Assertion failure in +[NSUndoManager _endTopLevelGroupings], /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1676.105/Foundation/Misc.subproj/NSUndoManager.m:363 goroutine 0 [idle]: |
the systray was working fine in both the windows and linux with my code but getting the above error when i was running the program in the macos |
|
I need to try it once |
i tried above solution but it is not working. |
i am getting the same error |
Correct README
I had written a go program which was using systray just fine until I update xcode to version 8 which comes with a new set of developer tools. Now I can run of build my tool using systray anymore.
Does any one got any tips what I need to debug or how I can fix the issue?
I got the following stacktrace:
The text was updated successfully, but these errors were encountered: