QtFirebase: [iOS] FirebaseCore/Firebasecore.h not found

Hello, and first of all thank you very much for all the huge work you put into this plugin !

I made it work perfectly with Android, but I have a problem under iOS.

I followed all of your steps. After downloading the Firebase iOS SDK, I unzip it and put it under the src/ios folder, (location of the sh script), this is the 5.8.0 of the SDK. But when building, I have the following error :

In file included from ..../src/ios/AppDelegate.mm:4 FirebaseCore/FirebaseCore.h file not found #import <FirebaseCore/FirebaseCore.h>

So I checked in the folder of the firebase SDK, and there is no FirebaseCore folder, maybe this come from the version of the iOS SDK ? I couldn’t find zipped previous versions

Thank in advance for your help !

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

I encountered this issue in my project. Make sure your -F flags are properly set up, for example Firebase iOS SDK 6.14 changed Analytics folder name to FirebaseAnalytics. Also, make sure that your QTFIREBASE_CONFIG flag is properly set up. It works fine with Firebase iOS SDK 6.10.

I think that this was closed by 86f539a. However, it seems that FCM may not require Analytics/Core any longer, so this might be a requirement that QtFirebase can drop.