iOS Question Local Builder GoogleAppMeasurementIdentitySupport error

lucasheer

Active Member
Licensed User
Longtime User
Hello! I am getting this error from my local builder, but not hosted builder. I am on 8.3 and have all required libraries installed I believe

ld: framework not found GoogleAppMeasurementIdentitySupport:

I cannot find anything on 'GoogleAppMeasurementIdentitySupport'. I am using FirebaseAnalytics, FirebaseAuth, and FirebaseNotifications.

Thank you!
 

lucasheer

Active Member
Licensed User
Longtime User
2. If you are using a local Mac builder then you need to first download the SDK to your Mac computer: www.b4x.com/b4i/files/GoogleMaps.framework.zip(download it from your Mac).
And copy GoogleMaps.framework package to the Libs folder.


Hello!

I reinstalled local mac builder, added those libraries to it as well. I am now getting this error:
B4X:
/Users/lucasheer/Desktop/untitled folder/Libs/iFirebaseAuth.h:2:9: fatal error: 'GoogleSignIn/GoogleSignIn.h' file not found
#import <GoogleSignIn/GoogleSignIn.h>

Thank you!


I added both of these as well:
 
Upvote 0
Top