Results 115 comments of Gary Miguel

What's a minimal `macos_command_line_application` I could try? My first attempt failed: ```python apple_static_xcframework_import( name = "libmoltenvk_xcframework", xcframework_imports = glob(["sdk/MoltenVK/MoltenVK.xcframework/**"]), ) macos_command_line_application( name = "foo", minimum_os_version = "11.0", deps = [":libmoltenvk_xcframework"],...

https://github.com/garymm/apple_static_xcframework_import

``` ➜ bazel version Bazelisk version: development Build label: 5.3.1 Build target: bazel-out/darwin_arm64-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Mon Sep 19 17:37:11 2022 (1663609031) Build timestamp: 1663609031 Build timestamp as int: 1663609031 ```...

Just the command line tools. Would this be moot if `has_swift = False` worked?

OK, thanks for looking into it. I guess a better error message could have saved us a lot of time here, so maybe consider trying to detect this case and...

Adding `# gazelle:exclude ` in my root BUILD.bazel did work for me.

No offense taken. My project uses Bazel, and I agree we're unusual. Given that I did the work for my own project, I thought I'd share this in the hopes...

@Jacalz could you please either close this, merge it, or LMK what you'd like me to do to get this ready to be merged?

This seems to be fixed by https://github.com/andrewning/sortphotos/pull/123