objc_library targets cannot have .h files in the "srcs" attribute #159
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
type: bug
z-team-Apple
Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple
Milestone
cc_library lets you specify .h files in "srcs", but objc_library does not. Is this intended?
An obvious workaround is to put the .h files in "hdrs", but that allows them to be included in later dependent targets, which isn't always desired.
The text was updated successfully, but these errors were encountered: