<!-- Describe the issue -->
Hello, I am trying to install Bitcoin Core version 22.0 on MacOS Catalina 10.15.7. I am following the build for macOS tutorial in the official Bitcoin repo.
I have been running into issues when compiling.
<!--- What was the actual behaviour(provide screenshots if the issue is GUI-related)? -->
(base) Evans-MacBook-Pro:bitcoin Evan$ make
Making all in src
CXXLD bitcoind
ld: archive has no table of contents file 'libbitcoin_server.a' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bitcoind] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
(base) Evans-MacBook-Pro:bitcoin Evan$
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
I do not know if there is a way to reproduce the issue I followed the tutorial exactly.
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
I cloned Bitcoin core v22.0 from the repo