project only shows windows in debug-mode

When ‘running’ in the editor the first window of my project shows and I can continue as intended. However when I built the same project and start from the binary there only the name of the app appears in the finder menu but no window will show up. This was not the case with my old version of XOJO. Maybe I have to change some setting before I build the app?

You got any “#if debugbuild” in your code? Otherwise, you need to solve your problem the hard way: sprinkle the startup sequence of your code with logging statements. With this you will be able to see the difference between build and debug.

Hi Rick (the forum doesn’t let us type your name),

Which platform is this on?

Macintosh Catalina

Hmmm, that’s not something I’ve seen. Which version of Xojo WERE you using and which version are you using now?