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.
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.