bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
512 stars 269 forks source link

`mixed_language_library` data attribute ignored ? #2573

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

vakhidbetrakhmadov commented 2 weeks ago

Sorry, i confused the repository, should have opened this in rules_swift

vakhidbetrakhmadov commented 2 weeks ago

Reopened in rules_swift: https://github.com/bazelbuild/rules_swift/issues/1449

brentleyjones commented 2 weeks ago

Fixed by #2575.