-
-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dyld: Lazy Symbol Binding Failed: Symbol not found: _objc_alloc_init #371
Comments
So apparently they made some changes in Catalina that I need to adapt to when building for older versions. This should be resolved in v2.2.1 published just now. Can you try and confirm whether that fixes it or not? |
Thanks for the quick fix! I’ll test it out when I am back on that machine. |
This resolved my issue! Thanks again for the lightspeed fix. |
@koekeishiya would you mind sharing what you did? I am running into similar issues when I build on Catalina and it's run on older version of MacOS (mojave) |
You need to specify the minimum supported macOS version when compiling. I use clang and just passed the following build flag: |
Thank you. That was indeed the issue. Turned out one of the dependencies
wasn’t built with that flag
On Thu, May 7, 2020 at 14:52 Åsmund Vikane ***@***.***> wrote:
You need to specify the minimum supported macOS version when compiling. I
use clang and just passed the following build flag:
-mmacosx-version-min=10.13
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#371 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZMDVLEHGHXX2WIABKYK3TRQMURXANCNFSM4KI2RJOQ>
.
--
Sent from Gmail Mobile
|
Getting this error when trying to run Yabai v2.2.0 on macOS 10.3.6
The text was updated successfully, but these errors were encountered: