-
Notifications
You must be signed in to change notification settings - Fork 4k
fix(core, windows): make auth, firestore and storage can build in release mode. #11997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm still getting tons of errors: pubspec.lock plugin versions: firebase_core:
cloud_firestore_platform_interface: flutter doctor: [√] Flutter (Channel stable, 3.16.5, on Microsoft Windows [Version 10.0.19045.3693], locale en-US) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.1.4) [√] VS Code (version 1.84.2) flutter build windows (release) output
when building debug i get 2000 warnings of this type: firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_http_rbac_v3_rbac.upbdefs.c.obj) : warning LNK4099: PDB 'grpc.pdb' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_http_rbac_v3_rbac.upbdefs.c.obj)' or at 'C:MY_PROJECT_PATH\build\windows\x64\runner\Debug\grpc.pdb'; linking object as if no debug info [C:MY_PROJECT_PATH\build\windows\x64\runner\hiits_studio.vcxproj] |
Description
add packages for release path process in firebase_core/CMakeLists.txt
Related Issues
#11919
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?