You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform you are using the C++ SDK on: Windows x64-Release /MD vs2019
Platform you are targeting: desktop
[REQUIRED] Please describe the issue here:
Impossible to build an app linked against the SDK with a linkage error if the following libraries are linked:
firebase_app.lib
firebase_remote_config.lib
firebase_firestore.lib
firebase_auth.lib
Exact linkage error:
1>firebase_app.lib(0865aae1211b26b3ccf22fd1b579e000_protobuf_nanopb_static.dir_Release_pb_decode.obj) : error LNK2005: f_b_pb_decode already defined in firebase_remote_config.lib(c80cae8cb6fc354c32078cec2fc51bbc_firebase_remote_config.dir_Release_pb_decode.obj)
1>firebase_app.lib(0865aae1211b26b3ccf22fd1b579e000_protobuf_nanopb_static.dir_Release_pb_decode.obj) : error LNK2005: f_b_pb_decode_noinit already defined in firebase_remote_config.lib(c80cae8cb6fc354c32078cec2fc51bbc_firebase_remote_config.dir_Release_pb_decode.obj)
1>firebase_app.lib(0865aae1211b26b3ccf22fd1b579e000_protobuf_nanopb_static.dir_Release_pb_decode.obj) : error LNK2005: f_b_pb_decode_delimited already defined in firebase_remote_config.lib(c80cae8cb6fc354c32078cec2fc51bbc_firebase_remote_config.dir_Release_pb_decode.obj)
...
fatal error LNK1169: one or more multiply defined symbols found.
Steps to reproduce:
Download the Firebase C++ SDK version 7.0.1.
Create a new blank Visual Studio project.
Compile the Relevant Code provided below.
Have you been able to reproduce this issue with just the Firebase C++ quickstarts ? Yes
Issue repro rate: 100%
Thanks for letting us know about this issue. A fix (#275) has been merged into our development branch and will be included in the next binary SDK release.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Impossible to build an app linked against the SDK with a linkage error if the following libraries are linked:
Exact linkage error:
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase C++ quickstarts ? Yes
Issue repro rate:
100%
Project to reproduce:
firebase_project_reproduction.zip
(relevant SDK libs and headers included).
Output:
Relevant Code:
The text was updated successfully, but these errors were encountered: