I am working on an application in Xcode with Swift 3 for IOS where I am using GeoFire to know the location of the users but when I try installing the JSQMessagesViewController pod in my project I get an error with GeoFire:
"FirebaseDatabase / FirebaseDatabase.h" not found.
Without adding anything else to the project just by installing the JSQMessagesViewController pod I get that error with GeoFire ..
Why is this? It has a solution? Thanks.