glfw-raub icon indicating copy to clipboard operation
glfw-raub copied to clipboard

Mac 10.14 Mojave error

Open bvkimball opened this issue 3 years ago • 4 comments

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: https://github.com/koekeishiya/yabai/issues/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 :)

bvkimball avatar Jan 28 '22 01:01 bvkimball

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.

raub avatar Jan 28 '22 17:01 raub

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.

bvkimball avatar Feb 06 '22 03:02 bvkimball

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!!

blancalarraga avatar Mar 29 '22 11:03 blancalarraga

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

raub avatar Mar 31 '22 18:03 raub