Hi all,
I have Firebase messaging working perfectly on my Android, and am now trying to get it working in iOS.
I've just gone through this tutorial and then tried to compile it, but it's giving me the error below.
https://www.b4x.com/android/forum/threads/firebase-integration.68623/
It seems to give me the error when I add the reference to the FirebaseAnalytics Library. When I check this box it crashes, when I uncheck it works as it did before.
Did I miss something in the tutorial?
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:7:9: fatal error: 'FirebaseAnalytics.h' file not found
#import "FirebaseAnalytics.h"
^~~~~~~~~~~~~~~~~~~~~
I have Firebase messaging working perfectly on my Android, and am now trying to get it working in iOS.
I've just gone through this tutorial and then tried to compile it, but it's giving me the error below.
https://www.b4x.com/android/forum/threads/firebase-integration.68623/
It seems to give me the error when I add the reference to the FirebaseAnalytics Library. When I check this box it crashes, when I uncheck it works as it did before.
Did I miss something in the tutorial?
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:7:9: fatal error: 'FirebaseAnalytics.h' file not found
#import "FirebaseAnalytics.h"
^~~~~~~~~~~~~~~~~~~~~