-
Notifications
You must be signed in to change notification settings - Fork 222
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
"Ignoring duplicate library '-lc++'" compiler warning with XCode 15 #2493
Comments
Hello @stevekellyhpe, I was able to reproduce this warning on Xcode15 beta 6.
Also I found that these warnings also appears for other SDKs (for example - getsentry/sentry-cocoa#3122) I think this is an XCode15 Beta 6 issue. Let's wait for further betas and check if issue still persists. |
BTW, it appears the Sentry SDK that you linked to addressed the issue via change to their Package.swift file: |
issue seems still to be present in Xcode 15 Beta 7 |
This is still an issue in the Xcode 15 RC. We need AppCenter to update the Package.swift to no longer include
|
I tried to remove these packages from |
Can anyone test if it is still broken on Xcode 15.1 beta? |
@DmitriyKirakosyan I can still reproduce it with the XCode 15.1 Beta, and appcenter-sdk-apple version 5.0.4. (This is with a brand new project that imports AppCenter and nothing else.) |
Please fix this (it make it impossible to run unit tests in Xcode 15) :) |
@cho-trackman, I've tried to reproduce it on Xcode 15.1 beta 2 - and found that the issue is gone. Please, try to use this version of Xcode and let us know if it helps. |
I'm also no longer able to reproduce this on XCode 15.1 beta 2. |
I'm going to close it as fixed in new version of Xcode. If it reoccurs, please inform me. |
Description
The warning "Ignoring duplicate library '-lc++'" is shown when building a project that has integrated the AppCenter SDK via Swift Package on Xcode 15. (Most recently reproduced with Xcode 15 beta 6 and AppCenter 5.0.3
Repro Steps
Please list the steps used to reproduce your issue.
Details
pod --version
)?MSAppCenter.setLogLevel(.verbose)
before your call toMSAppCenter.start(...)
for Swift, or[MSAppCenter setLogLevel:MSLogLevelVerbose]
before[MSAppCenter start: ...]
for Objective C and include the logs here:The text was updated successfully, but these errors were encountered: