Wonder why firebase throws a warning saying that I've not included Firebase/Analytics while I don't need it. I'm using Firebase/Messaging though. And I know messaging is working as intended. So, how would I remove the warning that says:
<MyProjectPath>/Pods/Firebase/CoreOnly/Sources/Firebase.h:75:10: "FirebaseAnalytics.framework is not included in your target. Please add
Firebase/Analyticsto your Podfile or add FirebaseAnalytics.framework to your project to ensure Firebase Messaging works as intended."
- I do not wish to add
FirebaseAnalyticsto my project. - I do not wish to edit the pod.
Also, every time I run my project the console keeps showing me a message regarding method_swizzling_in_firebase_messaging.
- I do not wish to change the existing push-notification implementation to manual.
- I do not wish to set
OS_ACTIVITY_MODEtoNO(it gives me other info that I need).


