We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_fallback_srcs
1 parent 139bd5f commit ab3cc34Copy full SHA for ab3cc34
1 file changed
apple/internal/local_provisioning_profiles.bzl
@@ -141,7 +141,7 @@ def _local_provisioning_profile(ctx):
141
args.add_all("--local_profiles", ctx.files._local_srcs)
142
if ctx.files._fallback_srcs:
143
args.add_all("--fallback_profiles", ctx.files._fallback_srcs)
144
- if not ctx.files._local_srcs and not ctx.attr._fallback_srcs:
+ if not ctx.files._local_srcs and not ctx.files._fallback_srcs:
145
fail("Either local or fallback provisioning profiles must exist")
146
147
ctx.actions.run(
0 commit comments