bclm icon indicating copy to clipboard operation
bclm copied to clipboard

dyld: Symbol not found

Open 1ncend1ary opened this issue 3 years ago • 3 comments

Hello! I am really interested in this project!

However, this error shows up when running the bclm command in terminal after installing with brew or from release. I am running MacOS 10.13.6, so I can't build it from source.

dyld: Symbol not found: _$s17StringLiteralTypes013ExpressibleByaB0PTl
  Referenced from: /usr/local/bin/bclm
  Expected in: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib
 in /usr/local/bin/bclm
[1]    6923 abort      bclm

Can provide any additional info if necessary.

1ncend1ary avatar Nov 17 '20 13:11 1ncend1ary

I'm gonna take a look at this some more, I think I know a solution. Can you tell me what your swift -version is?

zackelia avatar Nov 17 '20 22:11 zackelia

Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
Target: x86_64-apple-darwin17.7.0

1ncend1ary avatar Nov 18 '20 19:11 1ncend1ary

I'm running 10.13.6 My solution is installing Swift 5 Runtime Support for Command Line Tools. You may search and download it form support.apple.com

wangyiwei2015 avatar Feb 10 '21 03:02 wangyiwei2015

Updated README to reflect this solution.

zackelia avatar Mar 29 '23 17:03 zackelia