rules_apple
rules_apple copied to clipboard
Make `bazel run` always use a shared simulator?
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.