Thi Doan
Thi Doan
I saw a "Another command is running. Waiting for it to complete on the server..." for a second, then it stuck at at the "Running /path/to/bazel build ...". It seemed...
Can it be built with Bazel? If yes, we can fetch the source and build it in the rules.
https://github.com/bazelbuild/rules_apple/pull/1314
Do you want to use the artifact to build something else or do you want to post-process the artifact? If it's the latter, you can pass your script to the...
I see what you mean. Yes, the rules in those macros use implicit outputs instead of `attr.output` so you can't use label to refer to the output. By the way,...
Nice. rules_apple uses a lot of defines at the moment so changing them to Starlark flags might need a migration path. I would wait for the upstream branch to do...
What happens if `data` includes resource `.bundle`s?
If you want to add support for data, shouldn't everything in framework_imports that is not headers, modules or framework binary automatically become data?
@rahul-malik Thanks a lot!
@brentleyjones Do you have any ideas how to test this?