You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's odd. It appears to be working for me on macOS 13.6, Xcode 14.3.1, bazel 6.3.2 - would you be able to test on macOS 13 by any chance? Since this failure is caused by a call to setsockopt(fd, IPPROTO_IP, IP_PKTINFO) failing, it could be due to a change inside macOS between macOS 13 and 14.
Environment: macOS 14.0 Beta (23A5337a), Xcode 15 beta 8, bazel 6.3.2
I received the following error when executing the following command:
However, adding
--dns_on_client=true --address_family=4
at the end makes this problem free:The text was updated successfully, but these errors were encountered: