Suppose I have have made a an osX app without using Xcode. After compiling with GCC I get an executable which is linked to several other libraries. Some of those libraries m
A workaround to have the menu work on Mac with wxWidget code is to simply:
I agree that an app bundle is the correct way to build a program on a Mac. This is just a simple workaround for help during debugging.
Edit: This is on Mac Catalina, wxWidgets 3.1.4, with g++ 4.2.1 (Nov 2020)