Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
433 stars 22 forks source link

On macOS, do not surface CFBundle error messages to the user #49

Closed fertrig closed 1 year ago

fertrig commented 1 year ago

The Monarch mac app may print the "CFBundle" messages below to stderr. These "CFBundle" messages don't manifest any unexpected behavior. We have been hiding them from the user and logging them in the log files. However, they started surfacing to the user if they come through stderr in multiple lines.

Cannot find executable for CFBundle 0x7fc54466d140 </path/to/project/.monarch> (not loaded)
Cannot find executable for CFBundle 0x7fc54466d140 </path/to/project/monarch_controller> (not loaded)

We should hide these messages from the user and log them, even if they come in multiple lines.

fertrig commented 1 year ago

Fixed with #51