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.
Receiving the following error on Linux that doesn't occur for 1.41.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 inversion (iOS)orversion (OSX)blocks.