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

BCLM 0.1.0 not working on OS X Mavericks (10.9) #51

Open
eej opened this issue Aug 20, 2024 · 1 comment
Open

BCLM 0.1.0 not working on OS X Mavericks (10.9) #51

eej opened this issue Aug 20, 2024 · 1 comment

Comments

@eej
Copy link

eej commented Aug 20, 2024

I downloaded the v0.1.0 release and installed the Swift 5 runtime support package. The Swift package can't be installed directly on 10.9, but it can be unpacked with pbzx and installed manually.

When trying to run bclm, the following error occurs:

dyld: lazy symbol binding failed: Symbol not found: _objc_readClassPair
  Referenced from: /usr/lib/swift/libswiftCore.dylib
  Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_readClassPair
  Referenced from: /usr/lib/swift/libswiftCore.dylib
  Expected in: /usr/lib/libobjc.A.dylib

It seems that readClassPair is an OS X 10.10 feature.

On the same machine BCLM v0.0.4 works correctly.

I'm happy to have a working version. But it might be good to update the readme to reflect the above.

@zackelia
Copy link
Owner

zackelia commented Sep 2, 2024

Thanks for pointing this out as I don't regularly run on older versions anymore. I'm currently trying to get Mavericks running on an old laptop to test with and fix this.

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

2 participants