-
Notifications
You must be signed in to change notification settings - Fork 129
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
Duplicate library warning in Xcode 15 Beta #1574
Comments
Sentry appears to have fixed these warnings by removing the linker settings from their Package.swift. |
Hi @rzulkoski |
Hi there! Is there any update on this? I imagine I'm not the only one running afoul of "warnings as errors" in the CI process. 😆 |
Hi @jnozzi |
FYI I'm also seeing this warning via Cocoapods in Xcode 15. |
Thank you all for your patience while we've been looking into this. This issue looks to be caused by an incompatibility of the current GCC compiler and Xcode 15. It has been raised here, and a fix has been promised. After investigating possible changes we could make to our project files, it currently seems highly unlikely we'll find an appropriate resolution before getting a fix from Homebrew. Because of the above, the short term workarounds we recommend are either of the following:
As this is just a warning, these immediate workarounds will only be required for those of you who treat warnings as errors. |
I’ve just discovered that the more sharply-focused |
Describe the bug
When building a project that brings in Bugsnag through SPM in Xcode 15 the following warning is shown:
Steps to reproduce
Environment
Error messages:
The text was updated successfully, but these errors were encountered: