MobileNativeFoundation / rules_xcodeproj

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

Include `CcCompilationContext.headers` in collected generated files in incremental generation mode #2857

Closed brentleyjones closed 10 months ago

brentleyjones commented 10 months ago

Related to #2852.

This ensures that things like hmaps, vfs overlays, etc. are properly created during Index Build for C/C++/Objective-C targets. Swift targets will need a similar change.

brentleyjones commented 10 months ago

I'm going a different route to fix this bug.