Hugo

Results 4 comments of Hugo

I use the flag --apple_generate_dsym, but the dir xxx.dSYM generted by bazel is empty , why? If manully use cmd `dsymutil path/to/target -o path/to/target.dSYM` , it not empty, and it...

``` load("@rules_cc//cc:defs.bzl", "cc_test") cc_test( name = "unittest", ``` @keith Thanks for your attention! Is there a method to generate dSYM files for `cc_test` not by manully run `dsymutils xxx -o...

I get the flag `--apple_generate_dsym` work when I add `bazel_dep(name = "apple_support", version = "1.24.3", repo_name = "build_bazel_apple_support")` in my MODULE.bazel @keith THANK YOU VERY MUCH!!!