Re: library not found: libclang_rt.tsan_osx_dynamic.dylib
This is a wild guess, but are you building with Thread Sanitizer enabled? (The "tsan" in the missing library name suggests so.)
toggle quoted message
Show quoted text
That the named clang version (13.0.0) seems not to match your toolchain (13.1.6) seems unusual also. Is this a development or release build? Is it running on the same system that it was built on? -ben On 15 Jun 2022, at 3:55 am, Gerriet M. Denkmann <gerriet@...> wrote: |
|