bazelbuild / rules_apple

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

Upgrade to Xcode 15.4 from 15.2 #2494

Closed luispadron closed 4 months ago

luispadron commented 4 months ago

Fixes the following warning:

Your selected Xcode version 15.2 was not available on the machine. Bazel CI automatically picked a fallback version: 15.4. Available versions are: 15.4.
luispadron commented 4 months ago

These are still failing:

//test:ios_coverage_test                                                TIMEOUT in 3 out of 3 in 300.5s
//test:ios_test_runner_ui_test                                           FAILED in 3 out of 3 in 345.8s

Will try to address in a follow-up