File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1069,7 +1069,7 @@ def apple_library(
1069
1069
deps = deps + private_deps + private_dep_names ,
1070
1070
defines = defines ,
1071
1071
tags = tags_manual ,
1072
- alwayslink = True ,
1072
+ alwayslink = True , # ensure symbols from any static deps are always included (see https://github.com/bazelbuild/rules_apple/issues/1938)
1073
1073
testonly = testonly ,
1074
1074
features = features ,
1075
1075
)
@@ -1124,7 +1124,7 @@ def apple_library(
1124
1124
defines = defines + objc_defines ,
1125
1125
testonly = testonly ,
1126
1126
features = features ,
1127
- alwayslink = True ,
1127
+ alwayslink = True , # ensure symbols from any static deps are always included (see https://github.com/bazelbuild/rules_apple/issues/1938)
1128
1128
** kwargs
1129
1129
)
1130
1130
launch_screen_storyboard_name = name + "_launch_screen_storyboard"
You can’t perform that action at this time.
0 commit comments