Skip to content

fix: Redistributable static libraries should never be built with module debugging enabled#3800

Merged
brustolin merged 4 commits intomainfrom
fix/no-symbols-for-static-framework
Mar 27, 2024
Merged

fix: Redistributable static libraries should never be built with module debugging enabled#3800
brustolin merged 4 commits intomainfrom
fix/no-symbols-for-static-framework

Conversation

@brustolin
Copy link
Contributor

📜 Description

Removed symbol generation from Static framework.
Debug symbols will be generated by the project using our static framework.

💡 Motivation and Context

close #3788

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @brustolin 👍

@brustolin brustolin merged commit 542727d into main Mar 27, 2024
@brustolin brustolin deleted the fix/no-symbols-for-static-framework branch March 27, 2024 12:08
threema-matteo pushed a commit to threema-ch/sentry-cocoa that referenced this pull request May 21, 2024
…le debugging enabled (getsentry#3800)

Removed symbol generation from Static framework.
Debug symbols will be generated by the project using our static framework
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.

Xcode Warning: Redistributable static libraries should never be built with module debugging enabled

3 participants