-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Double-quoted include header warnings when using SPM with a ObjC/Swift project #11751
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hey @rizafran, thank you for looking into this. |
I have encountered the issue again on my project then managed reproduce it with a simple shared ObjC-Swift project. I have also edited the issue title and description to make it more precise. |
I have same issue. |
Does this still reproduce in Xcode 15.2? |
I have Xcode 15.4 and it does, yes. |
Thanks for the reports everyone. These warnings are safe to suppress and I recommend doing so by going to your target's Build Settings, and adding |
Description
When using Firebase iOS SDK with SPM Xcode emits multiple warnings of improper header definitions:
Reproducing the issue
Unfortunately this is not reproducible every time. The last time what I did was:
FirebaseAnalyticsWithoutAdIdSupport
to app targetAppDelegate.m
(#import <FirebaseCore/FirebaseCore.h>
)Firebase SDK Version
10.15.0
Xcode Version
15.0
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf using CocoaPods, the project's Podfile.lock
No response
The text was updated successfully, but these errors were encountered: