bazelbuild / rules_apple

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

Fix ios_xctestrun_runner with Xcode 16 #2469

Closed andre-alves closed 4 months ago

andre-alves commented 5 months ago

Fixes #2468

andre-alves commented 5 months ago

Tested in my project and with:

bazelisk test //test:ios_xctestrun_runner_unit_test //test:ios_xctestrun_runner_ui_test.

Note: I used Bazel 7.2.0 to test, rolling is crashing the compilation with unrelated problems.

@mattrobmattrob yes, it's compatible with older Xcodes.

brentleyjones commented 4 months ago

@andre-alves this has CI failures now