-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data attributes are not propagated from objc_library to cc_library or cc_binary #16270
Comments
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
Hello, I'm having the same issue with release 7.1.0. Have you found a workaround? Thanks. |
I don't think so but I haven't tested. I assume that there's somewhere in the data collection that's only looking at certain rule types but I haven't looked. I imagine if we could find the spot it could be an easy fix |
Looking at |
I imagine data has mostly been ignored there because most apple app resources are handled differently |
Description of the bug:
When building a cc_binary with objc_library as dependency , the data in objc_library is not copied as runfile for the cc_binary.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Archive.zip
Which operating system are you running Bazel on?
macOS 12.2.1 on m1
What is the output of
bazel info release
?release 5.2.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
#11425 is possibly related
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: