rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Migrate ObjcInfo to rules_cc

Open keith opened this issue 2 months ago • 2 comments

Using https://github.com/bazelbuild/rules_apple/pull/2801 as a starting point

keith avatar Nov 11 '25 14:11 keith

looks like _cc_internal.create_header_info() was added in https://github.com/bazelbuild/bazel/commit/748f11c2d42949ebab32d2d3891f3c3396723a27, which post-dates our "last_green" pin of https://github.com/bazelbuild/bazel/commit/5409637c4e2d5c010b7264172b1004a2afd46bfe by about a month. this might start working if we can move that pin forward again

aaronsky avatar Nov 11 '25 15:11 aaronsky

not sure i want to merge this since it actually breaks more than it fixes until we fix other rules_cc compat issues

keith avatar Nov 12 '25 17:11 keith