Skip to content

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

@eej

Description

@eej

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions