rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Remove all bitcode related tests.

Open keith opened this issue 3 years ago • 1 comments

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.

Xcode no longer builds bitcode by default and generates a warning message if a project explicitly enables bitcode: “Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode.” The capability to build with bitcode will be removed in a future Xcode release. IPAs that contain bitcode will have the bitcode stripped before being submitted to the App Store. Debug symbols for past bitcode submissions remain available for download. (86118779)

RELNOTES: None PiperOrigin-RevId: 453277394 (cherry picked from commit 14be0fdb53f19d38c7f696e520a34dcd50e87b0a)

keith avatar Jul 07 '22 20:07 keith

we can merge this eventually

keith avatar Jul 07 '22 20:07 keith

https://github.com/bazelbuild/bazel/issues/18321

keith avatar May 04 '23 19:05 keith

yea probably, just wanted to do the minimum to get us green again

keith avatar May 04 '23 20:05 keith