Ios swift – How to fix Property has a previous declaration Firebase In-App Messaging iOS?
I would like to implement the Firebase In-App Messaging feature in my application. Documentation is available at https://firebase.google.com/docs/in-app-messaging/get-started?platform=ios To implement that feature I installed a library in my project using the below pod. pod 'FirebaseInAppMessaging' After installation, I got Property…