Closed calmsacibis995 closed 1 year ago
When I try to build on macOS, I get the message that UIElement was defined in assembly, but it isn't referenced. Is there a solution?
UIElement
The program is Windows-only, so it's probably complaining since you don't have the WinForms stuff you need. There's no solution except to run it as a windows program I think
When I try to build on macOS, I get the message that
UIElement
was defined in assembly, but it isn't referenced. Is there a solution?