Can't Run a WebApp on 2019R3 on Catalina

I have three separate cgi web apps that I need to update, but the Run button is disabled on all of them when I try to debug Run using Xojo 2019R3 on Catalina.

On a laptop running Sierra and older versions of Xojo, the Run button is enabled and works great. The apps are all check-marked for Linux, deployment type is CGI, and debug port 8080. These are strictly web apps, neither Mac nor Windows are selected as build targets. It doesn’t matter whether I set the architecture to -32 or -64, the Run button is never enabled.

I searched the release notes for 2019R3, but didn’t see anything saying that Run wasn’t possible in 2019R3.

Has anyone else run into this? Solutions?

Thanks!

Click the macOS target and make sure 64 bit is selected as the architecture
Other target setting dont matter for RUN

1 Like

[quote=469262:@Norman Palardy]Click the macOS target and make sure 64 bit is selected as the architecture
Other target setting dont matter for RUN[/quote]

It sure seems like this should be mentioned somewhere in the documentation, eh?

Thanks for the speedy reply, I’m happily back to work!