MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

Upgrade WORKSPACE macro and dev rules_apple & apple_support version #2912

Closed luispadron closed 6 months ago

luispadron commented 6 months ago

This fixes Bazel head compatibility as apple_cc_toolchain was removed.

brentleyjones commented 6 months ago

I did a clean run of the two failing actions. Seems there was a staleness bug related to the changed cc_toolchain.

luispadron commented 6 months ago

@brentleyjones thank you! Those confused me