Skip to content

Conversation

brentleyjones
Copy link
Contributor

@brentleyjones brentleyjones commented Jun 28, 2022

Fixes #451.

This fixes issues where generated files were used with rules like apple_static_framework_import.

If a apple_static_framework_import doesn't have any headers, but the archive is generated, we will still run into an issue. To resolve that we need to adjust linker_input_files to add static_framework_file, library, and the like to inputs. That's for a later change (probably merging input_files and linker_inputs into one module).

This fixes issues where generated files were used with rules like `apple_static_framework_import`.
@brentleyjones brentleyjones requested a review from jpsim June 28, 2022 00:54
Copy link
Contributor

@jpsim jpsim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@brentleyjones brentleyjones merged commit c9e0c15 into main Jun 28, 2022
@brentleyjones brentleyjones deleted the bj/adjust-hdrs-collection-to-exclusively-use-compilation_context branch June 28, 2022 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: iOS app with apple_static_framework_import dependency fails to generate
2 participants