larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

Undefined symbol "_OBJC_CLASS_$_GDTTransport" (iOS) #126

Closed demiantres closed 5 years ago

demiantres commented 5 years ago

With the latest Firebase SDK 6.6.0 the following compiler error appears when using the analytics module:

Undefined symbol "_OBJCCLASS$_GDTTransport"

demiantres commented 5 years ago

Removing the FirebaseCoreDiagnostics framework seems to fix the problem.

larpon commented 5 years ago

@demiantres - thanks for reporting both error and fix.

We're a little behind with the testing of the recent C++ SDKs. It moves faster than I can get to test on all platforms at the moment