rules_xcodeproj icon indicating copy to clipboard operation
rules_xcodeproj copied to clipboard

Bug: Default build flags have warnings in Bazel 7

Open brentleyjones opened this issue 1 year ago • 1 comments

Description

WARNING: Option 'experimental_remote_download_regex' is deprecated: Use --remote_download_regex instead

Reproduction steps

Build one of the examples when using Bazel 7+.

Expected behavior

We should adjust the flags we set based on the Bazel version we detect in the outer invocation.

rules_xcodeproj version

1.15.0

Xcode version

N/A

Bazel version

7.0.1

rules_apple version

No response

rules_swift version

No response

Additional information

No response

brentleyjones avatar Jan 19 '24 19:01 brentleyjones

Fixed in #3125.

jschear avatar Mar 18 '25 21:03 jschear