Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow frameworks parameter to be used in ios_application #819

Merged

Conversation

codeman9
Copy link
Contributor

  • Before this change, using the "frameworks" parameter in ios_application resulted in an error: "Error in ios_application: rule(...) got multiple values for parameter 'frameworks'" because we are passing "application_kwargs" into the rules_apple rule which has the "frameworks" parameter copied over from "kwargs". Making this change actually pops the parameter from the correct dictionary which will remove the duplication error.

- Before this change, using the "frameworks" parameter in ios_application resulted in an error: "Error in ios_application: rule(...) got multiple values for parameter 'frameworks'" because we are passing "application_kwargs" into the rules_apple rule which has the "frameworks" parameter copied over from "kwargs". Making this change actually pops the parameter from the correct dictionary which will remove the duplication error.
minimum_os_version = "10.0",
visibility = ["//visibility:public"],
# This should automatically bake in a,b
deps = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@luispadron luispadron enabled auto-merge (squash) December 26, 2023 19:05
@luispadron luispadron merged commit ba1fea7 into bazel-ios:master Dec 26, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants