MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
527 stars 86 forks source link

Add `--incompatible_python_disallow_native_rules` when using Bazel 8 #2795

Open brentleyjones opened 10 months ago

brentleyjones commented 10 months ago

We will add it for Bazel 7 when it’s cherry-picked into 7.1.0.

brentleyjones commented 10 months ago

Hmm, I don't like the error message we get with WORKSPACE. Going to sit on this for now.

brentleyjones commented 7 months ago

This requires rules_apple and such to use rules_python as well.