kateinoigakukun / mull-xctest

Experimental mutation testing tool for Swift and XCTest powered by mull

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library not loaded: /usr/local/opt/llvm/lib/libLLVM.dylib

OdNairy opened this issue · comments

Getting error on mull-ld launch and during xcodebuild setup:

dyld: Library not loaded: /usr/local/opt/llvm/lib/libLLVM.dylib
  Referenced from: /usr/local/bin/mull-ld
  Reason: image not found
Command Ld failed with a nonzero exit code

Thanks! I forgot to link libLLVM statically. I'll fix it in a few hours. For now, you can fix it by installing llvm brew install llvm

I fixed this issue. Could you try version 0.1.2?

Fixed 👍
I still have another issue but this one now can be closed.

Thanks for using 😄