Closed vakhidbetrakhmadov closed 2 weeks ago
Just in case, my current workaround is to use resources
attribute of the ios_application
Sorry, i confused the repository, should have opened this in rules_swift
Reopened in rules_swift
: https://github.com/bazelbuild/rules_swift/issues/1449
Fixed by #2575.
Hi,
I have the following setup:
ios_application
->mixed_language_library
->...
.When i add a resource to
data
attribute of themixed_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.