Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dynamic framework lipo issue #2398

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

keith
Copy link
Member

@keith keith commented Feb 8, 2024

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 #2392

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 #2392
@mattrobmattrob
Copy link
Contributor

Want to do the apple_support bump in a separate change?

@keith
Copy link
Member Author

keith commented Feb 9, 2024

We can't separate that bump because otherwise the test fails for something that was previously covered up by this bug

@mattrobmattrob
Copy link
Contributor

Good deal, merge away!

@keith keith merged commit d275e0d into master Feb 9, 2024
10 checks passed
@keith keith deleted the ks/fix-dynamic-framework-lipo-issue branch February 9, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dynamic frameworks won't strip archs since version 3.0.0
2 participants