-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bazel test //examples/xplatform/xctest:xctest fails on MacOS #548
Comments
Bump. |
I don't see this same failure locally:
There's no other output from yours? |
Related: bazelbuild/bazel#12988 |
We've seen this happening since upgrading from Xcode 11.7 to 12.4. Maybe an incompatibility? |
I'm surprised by the lack of other info here, shouldn't we see something about how the binary fails to launch in this case? |
|
ah nice find |
I am using Bazel on MacOS Catalina with the
bazelbuild/rules_swift
at HEAD. I'd like to adoptswift_test
for my project but the example itself fails:The log shows that no tests are run, just a mysterious error message about a small method list not being in immutable memory, that after some Googling, seems to be a harmless runtime warning.
The text was updated successfully, but these errors were encountered: