roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.42k stars 310 forks source link

macos x86_64 `Symbol not found` #4133

Closed Anton-4 closed 2 years ago

Anton-4 commented 2 years ago
dyld: Symbol not found: __ZTTNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE
  Referenced from: /Users/runner/work/rbt/rbt/bin/roc (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libc++.1.dylib
 in /Users/runner/work/rbt/rbt/bin/roc
Anton-4 commented 2 years ago

This happened when trying to run the roc nightly (that was built on macos-12) an a macos-11(macos-latest) CI machine. Making the CI machine use macos-12 fixed the issue.