Delphi 13.0
Firebase 12.7.0
The GA demo builds, links and runs ok, but when tapping the "Login Event" it crashes with:
TAnalyticsService: Exception raised ObjectiveC class FIRAnalytics could not be found 8359911872 (Main)
I managed to fix this by uncommenting out the FirebaseAnalyticsLoader line, but I suspect this was commented out due to a linker conflict in a different FB project (FCM maybe?)
I also had to add various loaders for other swift libraries such as libswiftSpatial.dylib to successfully link but it seems to work now
Delphi 13.0
Firebase 12.7.0
The GA demo builds, links and runs ok, but when tapping the "Login Event" it crashes with:
TAnalyticsService: Exception raised ObjectiveC class FIRAnalytics could not be found 8359911872 (Main)I managed to fix this by uncommenting out the FirebaseAnalyticsLoader line, but I suspect this was commented out due to a linker conflict in a different FB project (FCM maybe?)
I also had to add various loaders for other swift libraries such as libswiftSpatial.dylib to successfully link but it seems to work now