I recently upgraded my Cocoapods from version 0.39 to 1.1.1. I am using both Firebase and GeoFire in my project. The project would build and compile perfectly fine before the upgrade. After the upgrade, I get an error that says:
'FirebaseDatabase/FirebaseDatabase.h file not found'
This error is located in the GeoFire.m file.
I've tried cleaning the project, restarting Xcode, restarting my computer, but nothing is working. I don't understand how all of the sudden GeoFire can't find the FirebaseDatabase header file, even though it never moved. Has anyone seen this issue? Any suggestions?