-
Notifications
You must be signed in to change notification settings - Fork 51
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
Duplicate symbol building on macOS #62
Comments
It might be helpful to try building without lots of extra parameters in case it cleans things up - though I doubt it will. It may relate to how you are setting up the runloop as the app delegate controls application launch. Mixing GUI libraries can be problematic so you will likely need to share your setup code as well. |
Im wondering if |
FYI I managed to get this to work by forking branch of systray and
|
Ah! I guess wails also has an Objective-C class named "AppDelegate" then? |
Correct. That was the easier of the changes ;) |
I thought this was an issue with Xcode 15, I see it across all my Go projects. |
All your Go projects? if the only graphical dependency you have is the systray (and Fyne?) it should not be a problem. |
Projects linking through cgo. |
I think perhaps you are referring to a different duplicate symbol than the OP. |
Yes, I'm referring to this general problem: golang/go#61229 (comment). However those are warnings, and I see OP has errors. |
As you can see from the main entry of this issue the reported problem is that Systray uses the fairly generic
|
Building with wailsv2 on mac (11) I get this error
Anyone seen this before?
fwiw here are my build flags
The text was updated successfully, but these errors were encountered: