We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a78dd0 commit 94f6914Copy full SHA for 94f6914
rules/import_middleman.bzl
@@ -96,7 +96,6 @@ def _find_imports_impl(target, ctx):
96
imported_library_file.append(target[apple_common.Objc].imported_library)
97
98
elif AppleFrameworkImportInfo in target:
99
- static_framework_file.append(target[apple_common.Objc].imported_library)
100
target_dynamic_framework_file = target[apple_common.Objc].dynamic_framework_file
101
target_dynamic_framework_file_list = target_dynamic_framework_file.to_list()
102
if len(target_dynamic_framework_file_list) > 0:
0 commit comments