You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving the following error on Linux that doesn't occur for 1.41.0:
app-desktop/source/krtek/desktop/gui/panes/metadata.d(618,55): Error: Runtime function `objc_opt_isKindOfClass` was not found
auto btn = cast(ListIconButton)tsi.extraWidgets[0];
^
The location associated with the error does not have anything to do with extern (Objective-C), but there are other parts of the code base that do call Objective-C functions, but obviously only when compiling for Apple platforms. AFAICS, all such code is in version (iOS) or version (OSX) blocks.