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.
0(base) Evans-MacBook-Pro:bitcoin Evan$ make
1
2Making all in src
3
4CXXLD bitcoind
5
6ld: archive has no table of contents file 'libbitcoin_server.a' for architecture x86_64
7
8clang: error: linker command failed with exit code 1 (use -v to see invocation)
9
10make[2]: *** [bitcoind] Error 1
11
12make[1]: *** [all-recursive] Error 1
13
14make: *** [all-recursive] Error 1
15(base) Evans-MacBook-Pro:bitcoin Evan$
I do not know if there is a way to reproduce the issue I followed the tutorial exactly.
I cloned Bitcoin core v22.0 from the repo