Keith Smiley

Results 347 issues of Keith Smiley

Replacing them with usage of arm64e (device) or arm64 (simulator), to continue exercising "fat" binary workflows in tests. PiperOrigin-RevId: 461910406 (cherry picked from commit 2181855ad2bf56a66bae07c292f1483a319b6a57)

This change addresses removal of workaround introduced on to map apple_common.multi_arch_split split attribute keys based on Bazel Apple static library linking API for iOS and tvOS static framework rules. -...

The version of `swift-stdlib-tool` that ships with Xcode 13.4.1 bundles an unnecessary copy of the Swift runtime whenever it bundles the back-deploy version of the Swift concurrency runtime. This is...

Currently there is this logic https://github.com/bazelbuild/rules_apple/blob/261d19ed7c057364bf5d04a8df400fed8ad40b9b/apple/internal/templates/ios_sim.template.py#L504-L510 but the flags used to determine the temporary path are also used to set a specific version for a test runner so you don't...

PiperOrigin-RevId: 451419774 (cherry picked from commit 80ed692b07282573c35fd9bffd083ff2f574fc58)

Currently a few tests are failing due to codesign returning a different format for displaying entitlements (vs. xml format). Adding both `--display`, as well as explicit expected format `--xml` fixes...

I mostly rely on CI for test running which doesn't currently have M1 machines, in a quick test with bazel 5.2 it looks like there are some tests that require...

https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes > Starting with Xcode 14, bitcode is no longer required for watchOS and tvOS applications, and the App Store no longer accepts bitcode submissions from Xcode 14. > >...

This makes it so whatever host arch we're running on there is a matching slice. We cannot remove this flag and just take the default because test implementations depend on...