Patrick Balestra
Patrick Balestra
I just tried quickly to create an Intents extension for iOS (which isn't iOS 16 only), and I could't find a way to have Xcode add it into `Extensions` instead...
@brentleyjones I can take a look at this.
We saw this bug as well. The reason is because the `test_host` for the test target is unfocused, so I believe it doesn't get copied into Xcode. The workaround is...
The error seems to be unrelated to rules_xcodeproj. It seems like your error message is coming from running `bazel build` or `bazel test`, so nothing related to the `xcodeproj` rule...
I just verified this seems to be working in our project together with https://github.com/bazelbuild/rules_apple/pull/2418
@keith There were no tests upstream, but I tried my best at adding some. I also had to disable them on Linux due to the fact that we're using Swift...
When testing this internally with a remote cache I'm getting `Expected output Foo.swiftconstvalues was not created locally.`, so still need to investigate that. Edit: removing our usage of `--swiftcopt=-disallow-use-new-driver` fixed...
Yes, we just need a new `rules_swift` release I believe depending on when we're happy with the status of the cherry-picks there
@brentleyjones Updated now. I also pushed a possible fix for one breaking change (`target_name` related), but there's another breaking change as expected for the symbol graph API which seems to...
I left a comment here: https://github.com/bazelbuild/rules_apple/issues/2488#issuecomment-2216991527 But it looks on rules_apple side we also need to fix the docc rules (https://github.com/bazelbuild/rules_apple/pull/2487) in order to bump to rules_swift 2.0.0 which is...