Hi @Anas
I actually faced the same issue after upgrading to R2025a.
To get the console display in your standalone application, just select "Standalone Application" (not "Standalone Windows Application") when creating your project in the Compiler App. This will build a command-line executable that shows the console window, just like before.

I was able to resolve it by doing this—hope it helps you too!