Header file (FirebaseCore/FirebaseCore.h) not found, despite importing Firebase.framework
I am trying to manually import and use the Firebase framework in my iOS application. I am starting off with the basic bare minimum Analytics framework (then I'll add the rest of the frameworks). I followed this tutorial in order to manually import the Google Firebase framework into my Xcode project. The problem is that I am still getting the following error: 'FirebaseCore/FirebaseCore.h' file not found I have imported the frameworks, imported the overall header file and have made sure that the files where actually copied to the project directory folder. I have set the -ObjC linker flag too.