Closed
Description
As of MacOS Big Sur I get the following error:
ld: file not found: /usr/lib/system/libcache.dylib for architecture x86_64
when adding any dependency to my obelisk project. That's the weird part to me - the minimal ob init project works just fine, but adding any dependency to any cabal file causes the following stack trace:
[1 of 1] Compiling Main ( Setup.hs, /private/tmp/nix-build-hscolour-1.24.4.drv-0/Main.o )
Linking Setup ...
ld: file not found: /usr/lib/system/libcache.dylib for architecture x86_64
clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
`cc' failed in phase `Linker'. (Exit code: 1)
builder for '/nix/store/81sjwgpi807wiwzq66qyrji2gb74ysqr-hscolour-1.24.4.drv' failed with exit code 1
There is an issue here already. It really sucks for me because I am trying to revive old code, but I am unable to use nix/ob. I wonder if this is a nix issue? But I imagine some of Obsidian's engineers use MacOS - how do you handle Big Sur?
Relevant issue - #832
Activity