-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels