Skip to content
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

Mac 10.14 Mojave error #21

Closed
bvkimball opened this issue Jan 28, 2022 · 4 comments
Closed

Mac 10.14 Mojave error #21

bvkimball opened this issue Jan 28, 2022 · 4 comments

Comments

@bvkimball
Copy link

dyld: lazy symbol binding failed: Symbol not found: _objc_opt_respondsToSelector
  Referenced from: ./node_modules/glfw-raub/bin-osx/../../deps-opengl-raub/bin-osx/glfw.dylib (which was built for Mac OS X 10.15)
  Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_opt_respondsToSelector
  Referenced from: ./node_modules/glfw-raub/bin-osx/../../deps-opengl-raub/bin-osx/glfw.dylib (which was built for Mac OS X 10.15)
  Expected in: /usr/lib/libobjc.A.dylib

found a similar error here: koekeishiya/yabai#371, seem like maybe you could add argument -mmacosx-version-min=10.13 to support older macs maybe. Updating my Mac to see if my error goes away :)

@raub
Copy link
Member

raub commented Jan 28, 2022

Hello! It was compiled with 10.15... And in future I am likely to start using mac 11 (in GitHub Actions). I wonder if -mmacosx-version-min=10.13 is going to work that far, and properly.

@bvkimball
Copy link
Author

Yeah, i updated my mac and it working now. Really just stumbling through getting everything setup, ran into the error and thought i would post it just incase someone else gets stuck.

@blancalarraga
Copy link

Could you give the details on what you did? I am not an expert with computers but I am having the same error with Mojave and I do not know in which file should I include the argument you mentioned.
Thanks!!

@raub
Copy link
Member

raub commented Mar 31, 2022

@blancalarraga the error seems to have been resolved by updating the MAC to a more recent OS version

@raub raub closed this as completed Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants