We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30449b0 commit 95b1b01Copy full SHA for 95b1b01
1 file changed
examples/integration/iOSApp/Test/ObjCUnitTests/BUILD
@@ -19,12 +19,12 @@ ios_unit_test(
19
minimum_os_version = "15.0",
20
tags = ["manual"],
21
test_host = "//iOSApp",
22
+ toolchains = ["//:flag_with_make_variable"],
23
visibility = [
24
"//iOSApp:__subpackages__",
25
"@rules_xcodeproj//xcodeproj:generated",
26
],
27
deps = [":iOSAppObjCUnitTests.library"],
- toolchains = ["//:flag_with_make_variable"],
28
)
29
30
objc_library(
0 commit comments