bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 84 forks source link

Consider removing `force_load_direct_deps_rule` in Bazel 7+ #862

Open luispadron opened 4 months ago

luispadron commented 4 months ago

The flag --incompatible_objc_alwayslink_by_default should effectively do the same thing. Folks can also use alwayslink = True to be more precise.

More info: https://github.com/bazelbuild/rules_apple/issues/1938