dstep
dstep copied to clipboard
osx libclang.dylib missing
i have xcode and command line tools installed what else do i need to do to get dstep on osx running?
it always says:
dyld: Library not loaded: @rpath/libclang.dylib
Referenced from: /Users/stephan/Downloads/./dstep
Reason: image not found
It should work if libclang.dylib is next to the dstep binary or in any of the default library search paths like /usr/local/lib.
Hmm, seems it doesn't work if the library is next to the dstep executable. But it works if libclang.dylib is in the same directory as you're executing the binary. The default library search paths work as well.
ah that does the trick. we may need to add this to the readme :)
You most likely need libLLVM.dylib too.