-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Is there an existing issue for this?
- I have searched the existing issues.
CLI Version
1.3.1
Firebase Tools version
14.15.1
Flutter Doctor Output
[✓] Flutter (Channel stable, 3.35.1, on macOS 15.6.1 24G90 darwin-x64, locale fr-FR) [2,0s]
• Flutter version 3.35.1 on channel stable at /Users/foxtom/Desktop/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 20f8274939 (2 weeks ago), 2025-08-14 10:53:09 -0700
• Engine revision 1e9a811bf8
• Dart version 3.9.0
• DevTools version 2.48.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-lldb-debugging
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [11,8s]
• Android SDK at /Users/foxtom/Library/Android/sdk
• Emulator version 36.1.9.0 (build_id 13823996) (CL:N/A)
• Platform android-36, build-tools 36.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: flutter config --jdk-dir="path/to/jdk".
• Java version OpenJDK Runtime Environment (build 21.0.6+-13391695-b895.109)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.4) [14,0s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16F6
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [83ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2025.1) [79ms]
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.6+-13391695-b895.109)
[✓] VS Code (version 1.103.2) [67ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (5 available) [22,6s]
• SM A525F (mobile) • 192.168.1.140:41963 • android-arm64 • Android 14 (API 34)
• iPhone de Aude (wireless) (mobile) • 00008140-001170500278801C • ios • iOS 18.6.2 22G100
• Now You See Me (wireless) (mobile) • 00008020-001204401E78002E • ios • iOS 18.6.2 22G100
• macOS (desktop) • macos • darwin-x64 • macOS 15.6.1 24G90 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 139.0.7258.155
[✓] Network resources [717ms]
• All expected network resources are available.
• No issues found!
Description
Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.
Steps to reproduce
- Run
dart pub global activate flutterfire_cli - Run
flutterfire configureand configure your project for iOS app - Run
pod installorpod updatefor your ios app and see this warning
Expected behavior
I would expect to not have to worry if my dSYM are correctly uploaded and this kind of warning on the latest version makes me really wonder if the CLI is able to upload the dSYM
-> if this file is useless, don't show the warning
-> if this is necessary, then flutterfire configure should create it
Screenshots
No response
Additional context and comments
No response