-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Lots of build warnings: Double-quoted include "SentryAttachment.h" in framework header, expected angle-bracketed instead #3972
Comments
@matthewreimer, which Xcode version are you using? |
@philipphofmann Version 15.3 (15E204a). |
@philipphofmann I just tried 15.4 (15F31d) and I get the same warnings. I'm using SentrySwiftUI if that matters. |
More info:
This happens when importing from Objective-C code like this:
Can |
The number of build warnings has improved with Sentry 8.32.0, but The public Should I file a new issue, or should this issue be reopened? |
We should use minimal imports and rely more on forward declarations instead. |
Same issue: Error (Xcode): double-quoted include "FBLPromise+Race.h" in framework header, expected angle-bracketed instead and when I try to fix it I also changed the clang_warn_quoted to 'no' everywhere |
Hello @Kemberz. Your problem is not related to Sentry. |
Platform
iOS
Environment
Production, Develop, TestFlight, Other
Installed
Swift Package Manager
Version
8.25.0
Did it work on previous versions?
8.21.0
Steps to Reproduce
Build an app that's using Sentry SDK via SPM. This might be the same issue as one you've fixed before in #1072.
Expected Result
No build warnings
Actual Result
Are you willing to submit a PR?
Maybe
The text was updated successfully, but these errors were encountered: