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
is present when building with Bazel 6.x.x but not present with Bazel 7.x.x(tested on Bazel 7.1.0rc2).
The builds are successfully finishing, but I'm uncertain whether this is the anticipated behavior. Could any adjustments be required, considering this might be linked to bazelbuild/bazel#19000?
This is expected as part of the migration away from ObjCProvider. The executables of frameworks are listed directly in the linkopts now (you might notice they use the mangled form as well).
Repro:
bazel aquery //examples/ios/HelloWorldSwift:UnitTests.__internal__.__test_bundle
rules_apple-master 2.zip
is present when building with Bazel 6.x.x but not present with Bazel 7.x.x(tested on Bazel 7.1.0rc2).
The builds are successfully finishing, but I'm uncertain whether this is the anticipated behavior. Could any adjustments be required, considering this might be linked to bazelbuild/bazel#19000?
bazel6aquery.txt
bazel7aquery.txt
The text was updated successfully, but these errors were encountered: