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
On macOS Mojave the latest version of the application (v9.45.154) crashes soon after launching with an error message:
Symbol not found __darwin_check_fd_set_overflow expected in /usr/lib/libSystem.B.dylib
Most likely this is not a bug in the app, but just a consequence of the fact that Apple no longer supports macOS 10.14 and the latest Xcode tools and SDK build an app that is broken for that old macOS version.
I can only see two courses of action to resolve this issue:
wait for a future release of Xcode hoping that it will take care of this regression.
alternatively bump the minimum deployment version from 10.14 to 10.15
The text was updated successfully, but these errors were encountered:
On macOS Mojave the latest version of the application (v9.45.154) crashes soon after launching with an error message:
Symbol not found
__darwin_check_fd_set_overflow
expected in/usr/lib/libSystem.B.dylib
Most likely this is not a bug in the app, but just a consequence of the fact that Apple no longer supports macOS 10.14 and the latest Xcode tools and SDK build an app that is broken for that old macOS version.
I can only see two courses of action to resolve this issue:
The text was updated successfully, but these errors were encountered: