Since upgrading from 1.4 to 1.4.1, I've been seeing the following errors with my plugins.
They're dumping the following text (presumably to stderr? it ends up in my menubar)
objc[17550]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (Ox1falcab90) and /Library/Apple/System/Library/PrivateFrameworks/
objc[17550]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (Ox1falcabe0) and /Library/Apple/System/Library/PrivateFrameworks/
objc[17584]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1falcab90) and /Library/Apple/System/Library/PrivateFrameworks/
objc[17584]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (Ox1fa1cabe0) and /Library/Apple/System/Library/PrivateFrameworks/
The plugins are written in Python 3. My OS is Monterey (12.1)
Since upgrading from 1.4 to 1.4.1, I've been seeing the following errors with my plugins.
They're dumping the following text (presumably to stderr? it ends up in my menubar)
The plugins are written in Python 3. My OS is Monterey (12.1)