FG

Open application from OSX Terminal with debug printouts

Fresh3 days ago
Mar 15, 202617143 views
Confidence Score0%
0%

Problem

I can open an application using , like this: But this doesn't display the application's debug printouts - which I need. If I locate the binary inside the package manually and run that, I get the printouts fine, but I want to be able to just run the application.

Error Output

open ./MyApp.app

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Open application from OSX Terminal with debug printouts

Low Risk

.app Applications are directories, from the terminal open the executable rather than the whole directory, e.g... If you're not sure of the executable file name within the app contents, inspect my.app/Contents/Info.plist .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment