I've been trying to connect to a Couchbase. cluster using the C SDK but have been getting this error :
"_lcb_createopts_connstr", referenced from:
_main in minimal.c.o
"_lcb_createopts_create", referenced from:
_main in minimal.c.o
"_lcb_createopts_credentials", referenced from:
_main in minimal.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
OS : macOS Big Sur. Any help would be greatly appreciated.