You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating BwX with Bazel 6 may result in the error similar to:
ERROR: Internal precondition failure:
Target //App:Slack was not found in the transitive dependencies of @//App:Slack-BwX.generator's `top_level_targets` attribute. Did you reference an alias (only actual target labels are supported in Scheme definitions)? Check that //App:Slack is spelled correctly, and if it is, add it or a target that depends on it to @//App:Slack-BwX.generator's `top_level_targets` attribute.
Please file a bug report at https://github.com/buildbuddy-io/rules_xcodeproj/issues/new?template=bug.md
Setting --noincompatible_unambiguous_label_stringification can help project generation, but it may fail on repos that relied on referencing its own workspace name, such as those who use the provisioning_profile_repository rule:
Describe the bug
Generating BwX with Bazel 6 may result in the error similar to:
Setting
--noincompatible_unambiguous_label_stringification
can help project generation, but it may fail on repos that relied on referencing its own workspace name, such as those who use theprovisioning_profile_repository
rule:bazelbuild/bazel#15916
Reproduction steps
Generate a BwX project in Bazel 6 (6.0.0-pre.20220922.1)
Expected behavior
Versions
Additional context
The text was updated successfully, but these errors were encountered: