Closed keith closed 9 months ago
Previously when a dynamic framework was lipo'd and then bitcode stripped, the bitcode stripping would replace the lipo'd binary and you'd end up with a binary that contained more architectures than were requested.
Fixes https://github.com/bazelbuild/rules_apple/issues/2392
Want to do the apple_support bump in a separate change?
We can't separate that bump because otherwise the test fails for something that was previously covered up by this bug
Good deal, merge away!
Previously when a dynamic framework was lipo'd and then bitcode stripped, the bitcode stripping would replace the lipo'd binary and you'd end up with a binary that contained more architectures than were requested.
Fixes https://github.com/bazelbuild/rules_apple/issues/2392