Luis Padron
Luis Padron
My use case right now is we want to release a macOS application and just noticed it was running under Rosetta because it was building using x86_64 github runners. `apple_univaral_binary`...
Ah that was it, makes sense. Thanks! So in summary for folks: - If distributing `macos_*_framework` which requires multiple arch support use `xcframework` rules instead. - If depending on a...
I guess we cant use `.xcframework` on macOS until #1475
Huge +1 here, any plans to do this?
+1 we'd love this primarily to fix #577
I'd be happy with different directory if it helps with the issue Brentley mentioned
Unless you can get the framework to crash on a simple reproduction case where the only change is the Bazel version it seems tough to understand what the root cause...
I agree with you @lordcodes, I've found it difficult to run a tool like `swiftlint` or `swiftformat` which operate on a set of sources outside of the target, thus repeating...
Did ya'll ever figure out the issue here, I'm able to reproduce with a sort of simple setup. A `swift_library` in a `swift_binary` that fails when built with `--complilation_module=dbg` but...
Thanks @keith! Did ya'll end up working around this somehow?