Visual Studio update on windows machine to build flutter app with firebase for windows #3434
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceTry to build a flutter windows app with firebase. Specifically flat buffers so I guess grpc could be a problem too when using the c lib. Expected resultsThe build works. Actual resultsBuild error: `firebase_app.lib(9df1b499e9d93fa7bea97ae713d33ce7_flatbuffers.dir_Release_idl_parser.obj) : error LNK2019: unresolved external symbol __std_find_first_of_trivial_pos_1 referenced in function "unsigned __int64 __cdecl std::_Find_first_of_pos_vectorized<char,char>(char const * const,unsigned __int64,char const * const,unsigned __int64)" (??$_Find_first_of_pos_vectorized@DD@std@@YA_KQEBD_K01@Z) Microsoft tells people to update their Visual Studio I use a powershell script to update all visual studio stuff but that takes 20 minutes and I can't cache the updates, probably too big. So I have to run this every time I want to build my windows app. I think Visual Studio should be updated to a newer version. Build id (optional)69cea92f608e9b9b11c8aebf |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hello @krjw-eyev , Thanks for reporting. I have notified the team about this. I will let you know once I have an update. |
Beta Was this translation helpful? Give feedback.
-
|
Hello @krjw-eyev, We’ve updated Visual Studio on our build machines, which should help resolve this issue |
Beta Was this translation helpful? Give feedback.
Hello @krjw-eyev, We’ve updated Visual Studio on our build machines, which should help resolve this issue
Let me know how it goes.