swiftbar / SwiftBar

Powerful macOS menu bar customization tool
https://swiftbar.app
MIT License
2.93k stars 92 forks source link

objc runtime errors since upgrading from 1.4 to 1.4.1 #254

Closed dw808303 closed 2 years ago

dw808303 commented 2 years ago

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)

dw808303 commented 2 years ago

Appears to be fixed in 1.4.2 beta 1