Keith Smiley
Keith Smiley
not sure if this is valid, want to see what CI says
I guess for our case we're worried about both the bazel server communication as well as the server worker communication. Virtually to the point where if this was running publicly,...
Can you file an issue for that
Fwiw bazel doesn't really support catalyst fully. Google pushed some incomplete stuff out for it that should be pretty easily fixable though. Should be fine to add here
Here's a repro case for this issue: [rustandroidrepro.zip](https://github.com/bazelbuild/rules_rust/files/8525947/rustandroidrepro.zip) You must have the android SDK setup for this, but then you can run `bazel build main` and see the undefined symbols...
We have seen this in the past when your `glob([??])` of files didn't actually match anything (or at least not a framework binary
I think we could probably improve the error for this in the rules, so I'll leave this open
Can you verify your glob is actually including some files, such as by making it error if it doesn't with `glob([whatever], allow_empty=False)`?
If you diff that scheme with a normal one is there a clear section that it's missing? I feel like I debugged this for XcodeGen in the past
Sorry it auto closed