Patrick Balestra

Results 32 comments of Patrick Balestra

@StevenEWright For some reason, disabling sandboxing for linking doesn't fix it for me. I tried passing those two flags both via my `.bazelrc` or the Tulsi configuration, but the breakpoints...

Yeah, I was expecting that to be the case by reading the docs. And yes, we have sandbox enabled.

Yes, only `apple_support` supports bzlmod at the moment. Do you know if we would need to do anything specific from our side?

We are actually using https://github.com/bazelbuild/rules_kotlin/releases/download/v1.5.0-beta-4/rules_kotlin_release.tgz

I'd also add one more feature we'd like to support: - Specify custom "Argument Passed On Launch" and "Environment Variables".

@Ayatuas There's an example here: https://github.com/buildbuddy-io/rules_xcodeproj/blob/main/examples/integration/UI/BUILD Basically `ios_framework` can depend on `swift_library`.

@gregestren I fixed the conflicts and it's ready for another review.

I think you should look if there are any environment variables that are set in the post-action that would make it possible to skip it. For example, I know that...