larpon / QtFirebase

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

Can't compile with QTFIREBASE_CONFIG += analytics messaging for iOS #165

Closed 1799 closed 2 years ago

1799 commented 2 years ago

Hi, I have just download Example and tried to compile because I want to use messaging feature of this. if QTFIREBASE_CONFIG += analytics It built OK. but with QTFIREBASE_CONFIG += analytics messaging It build error with this message

Undefined symbols for architecture arm64: "_OBJCCLASS$_GDTCORTransport", referenced from: objc-class-ref in FirebaseMessaging(FIRMessagingExtensionHelper.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Anyone got this issue before. I am using Qt 5.15.2 Latest firebase_sdk

borissoft commented 2 years ago

@Larpon Fixed in #166.

larpon commented 2 years ago

@Larpon Fixed in #166.

You're a champion, thanks!