bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
514 stars 271 forks source link

`test_host` required for `ios_ui_test`? #2005

Open louwers opened 1 year ago

louwers commented 1 year ago

Possible error in the documentation: https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_ui_test

When I define a ios_ui_test, I get an error if the test_host attribute is not set.

So it seems this attribute is actually required.

keith commented 1 year ago

hrm yea it is for UI tests https://github.com/bazelbuild/rules_apple/blob/448683d99950a35938fb5a86e542a4283ae7446e/apple/internal/rule_factory.bzl#L711 must be a bug in the doc generation somehow