bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
312 stars 137 forks source link

mixed_language_library data attribute ignored ? #1449

Closed vakhidbetrakhmadov closed 2 weeks ago

vakhidbetrakhmadov commented 2 weeks ago

Hi,

I have the following setup: ios_application -> mixed_language_library -> ....

When i add a resource to data attribute of the mixed_language_library i expect that resource to be included at the top level of the produced app bundle, currently that doesn't happen.

Previously i had the following setup ios_application -> apple_framework -> ... and it worked as expected.

vakhidbetrakhmadov commented 2 weeks ago

Just in case, my current workaround is to use resources attribute of the ios_application

brentleyjones commented 2 weeks ago

Actually a rules_apple bug. I'll reopen the other one.