Linking error with Undefined symbols for architecture x86_64: _SCDynamicStoreCopyProxies
on some macOS environment
#892
Labels
bug
Something isn't working
Describe your environment
OS: macOS 10.15
XCode: 12
Bazel: bazelisk 1.9.0
Steps to reproduce
bazel --output_user_root=$HOME/.cache/bazel build --copt=-DENABLE_METRICS_PREVIEW --copt=-DENABLE_LOGS_PREVIEW --copt -Wno-unused-function --copt -Wno-error=unused-command-line-argument --host_linkopt -lpthread --host_linkopt -liconv --host_linkopt -lresolv --host_linkopt -ldl --host_linkopt -lm //...
What is the expected behavior?
Sompiling success
What is the actual behavior?
Additional context
Should link with
-framework SystemConfiguration
on macOS.The text was updated successfully, but these errors were encountered: