bazelbuild / rules_apple

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

apple_static_xcframework - resulting XCFramework contains dependencies bundles passed as avoid_deps #2540

Closed sewerynplazuk closed 1 month ago

sewerynplazuk commented 1 month ago

As stated in the title, the result of apple_static_xcframework rule contains all the bundles of all dependencies of the packaged framework, even if the dependencies are passed as avoid_deps.

This seems unexpected from the user perspective and leads to: