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.
Has anyone else managed to manually import the Google Firebase framework into their Xcode project? What am I missing?
Note: I am not interested in using CocoaPods at all, I just want the simple old fashioned approach.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…