add support for arm64
architecture for watchOS devices (Xcode 14)
#16182
Labels
team-Rules-ObjC
Issues for Objective-C maintainers
type: feature request
untriaged
z-team-Apple
Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple
Description of the feature request:
Xcode 14 adds
arm64
architecture for watchOS devices:Currently Bazel only supports
armv7k
andarm64_32
.When you would like to build for watchOS device using
arm64
architecture (watchOS_arm64
) currently it will get incorrectly mapped to watchOS simulator which already supportsarm64
architecture.I've already submitted PR (#16181) with proposed changes:
watchos_arm64
to supported watchOS device architectures.watchos_arm64
towatchos_sim_arm64
(following the convention as for tvOS and iOS).What underlying problem are you trying to solve with this feature?
I would like to build in Xcode 14 for watchOS devices with
arm64
architecture.Which operating system are you running Bazel on?
macOS Monterey 12.5.1
What is the output of
bazel info release
?release 5.3.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: