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
Pre-built SDK from the website or open-source from this repo: Pre-built SDK from website
Firebase C++ SDK version: 12.1.0 and above
Problematic Firebase Component: Firestore
Other Firebase Components in use: None
Platform you are using the C++ SDK on: Windows
Platform you are targeting: desktop
[REQUIRED] Please describe the issue here:
This issue occurs when building a project on Windows with Firebase C++ SDK versions 12.1.0 and above. The build fails with an unresolved external symbol error linked to the firebase_firestore.lib file.
Steps to reproduce:
Set up a C++ project on Windows.
Integrate Firebase C++ SDK (version 12.1.0 or higher) with Firestore as a dependency.
Build the project.
Code: LNK2019
Description: unresolved external symbol ___std_min_8i@8 referenced in function "auto __cdecl std::__std_min<__int64 const >(__int64 const * const,__int64 const * const)" (??$__std_min@$$CB_J@std@@ya?A_PQB_J0@Z)
Have you been able to reproduce this issue with just the Firebase C++ quickstarts?
No, the issue was reproduced on a custom project using Firestore.
What's the issue repro rate?
100%
I am encountering a persistent linker error when building on Windows with Firebase C++ SDK version 12.1.0 and later. The issue does not appear in version 12.0.0, but it consistently arises in 12.1.0 and above.
Code: LNK2019
Description: unresolved external symbol ___std_min_8i@8 referenced in function "auto __cdecl std::__std_min<__int64 const >(__int64 const * const,__int64 const * const)" (??$__std_min@$$CB_J@std@@ya?A_PQB_J0@Z)
The text was updated successfully, but these errors were encountered:
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
This issue occurs when building a project on Windows with Firebase C++ SDK versions 12.1.0 and above. The build fails with an unresolved external symbol error linked to the firebase_firestore.lib file.
Steps to reproduce:
Code: LNK2019
Description: unresolved external symbol ___std_min_8i@8 referenced in function "auto __cdecl std::__std_min<__int64 const >(__int64 const * const,__int64 const * const)" (??$__std_min@$$CB_J@std@@ya?A_PQB_J0@Z)
Have you been able to reproduce this issue with just the Firebase C++ quickstarts?
No, the issue was reproduced on a custom project using Firestore.
What's the issue repro rate?
100%
I am encountering a persistent linker error when building on Windows with Firebase C++ SDK version 12.1.0 and later. The issue does not appear in version 12.0.0, but it consistently arises in 12.1.0 and above.
Code: LNK2019
Description: unresolved external symbol ___std_min_8i@8 referenced in function "auto __cdecl std::__std_min<__int64 const >(__int64 const * const,__int64 const * const)" (??$__std_min@$$CB_J@std@@ya?A_PQB_J0@Z)
The text was updated successfully, but these errors were encountered: