Skip to content

Commit

Permalink
set propagated_target_sdk_version for ar_cxx_test
Browse files Browse the repository at this point in the history
Summary: `ar_cxx_test` is not setting the `propagated_target_sdk_version` attribute, which will cause version errors when linking. Set the attribute so that deps and link actions use the correct version.

Differential Revision: D59924975

fbshipit-source-id: d3c1cb6824b7e2895120d8f93fa4ef6be9cb3d53
  • Loading branch information
rmaz authored and facebook-github-bot committed Jul 18, 2024
1 parent 355c34d commit c6a60ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prelude/apple/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TARGET_SDK_VERSIONS = [
"15.5",
"16.0",
"16.1",
"16.3",
"17.0",
"18.0",
]

0 comments on commit c6a60ae

Please sign in to comment.