Post

Replies

Boosts

Views

Activity

Comment on How to capture stderr from a macOS GUI app (UIKit/AppKit) when launched via open or Finder?
Hi, Thankyou for your response. Yes, although the the system log is the more recommended way, I am working on a cross platform application, and thus implementing the stderr in C++ will be more easier to maintain. Also, logging to the stderr is the extreme last resort for my application and I expect it to occur once in a thousand times.
Jun ’25
Comment on How to capture stderr from a macOS GUI app (UIKit/AppKit) when launched via open or Finder?
It's the first case, an app that I control, I am the developer of the app. The idea is that if something goes wrong (we will be logging to the stderr in case of ungraceful exits), the user or support team of the application can rerun the app from a terminal and they’ll see the stderr logs on the console or redirected to a file.
Jun ’25