[firebase_core]: <Unable to build Windows app with Flutter 3.x due to icu.lib missing> #13394
Open
1 task done
Labels
Needs Attention
This issue needs maintainer attention.
platform: windows
Issues / PRs which are specifically for Windows.
plugin: core
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Core
Which platforms are affected?
Windows
Description
icu.lib is no longer part of the Flutter engine in 3.x versions
Reproducing the issue
Build a Windows app with firebase_core 3.5.0 using Flutter 3.x
Firebase Core version
3.5.0
Flutter Version
3.24.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
icudtl.dat has replaced icu.lib and is dynamically loaded at runtime by the Flutter engine.
I believe removing icu from
flutterfire/packages/firebase_core/firebase_core/windows/CMakeLists.txt
Line 134 in ff1e5f6
should be enough?
The text was updated successfully, but these errors were encountered: