Hi!
When I try to run my code from Lazarus, the code is compiles correctly, but then Lazarus try to run the file with .app extension, which does not exist, causing the error "Launching application invalid - The launching Application Bundle does not exist or is not executable".
For example, let's say my project name was
try, so the source file name was "try.pas", when I ran it, it compiled the executable "try" correctly (I could run it manually from command line), but Lazarus wouldn't run this file, but instead produced this error:
Launching application invalid
The application Application Bundle "/Users/arifsaha/dev/try/try.pas" does not exist or is not executable
See Project -> Project options -> Application.
I did go to Project -> Project options -> Application and make sure both Title and Target file name is "try", but it did not help, I still got the above error.
Any idea?
Thanks!