Page 1 of 1

Console application just 'bounces' when run on Mac OSX 15.5

Posted: Fri Aug 01, 2025 10:57 am
by ab1osborne
Installed PureBasic 6.21 on Mac M4 ARM 15.5. I have Xcode installed. When I try and run the console demo application, an application loads and bounces for a while, nothing happens, and then the application disappears. No errors... nothing. Any ideas ?

// Moved from "Bugs - Mac OSX" to "Mac OSX" (Kiffi)

Re: Console application just 'bounces' when run on Mac OSX 15.5

Posted: Fri Aug 01, 2025 12:18 pm
by Kiffi
In "Compiler Options" set the "Executable format" to "Console":

Image

Re: Console application just 'bounces' when run on Mac OSX 15.5

Posted: Sat Aug 02, 2025 1:17 am
by ab1osborne
Perfect. Thank you.