rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Make `bazel run` always use a shared simulator?

Open keith opened this issue 3 years ago • 0 comments

Currently there is this logic https://github.com/bazelbuild/rules_apple/blob/261d19ed7c057364bf5d04a8df400fed8ad40b9b/apple/internal/templates/ios_sim.template.py#L504-L510 but the flags used to determine the temporary path are also used to set a specific version for a test runner so you don't have to have a custom test runner rule. I wonder if we should just always use a persistent path here, maybe unless the user requests a temporary simulator specifically.

keith avatar Jul 14 '22 23:07 keith