Open
Description
I'm using the precompiled binary from github for macos (portable version; regular one, NOT tree states).
LH 3.3 used to run fine.
LH 3.4.0 is giving the following message:
dyld: Symbol not found: __ZTTNSt3__119basic_ostringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE
Referenced from: /Users/wmitsuda/Downloads/lighthouse-gnosischain (which was built for Mac OS X 12.0)
Expected in: /usr/lib/libc++.1.dylib
in /Users/wmitsuda/Downloads/lighthouse-gnosischain
which makes me believe it requires macos 12 or newer, but I couldn't find anything in the release notes, so I don't know if it's on purpose or a bug during the build process.