-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_crashlytics]: Crashlytics build step crashes build of a macOS app - upload-symbols[44583:605681] Unable to get file attributes for dSYM file at path #12990
Comments
@tpkowastaken Thank you for reporting this issue, and I'm glad that you found a solution for it. I've informed the team about updating the CLI docs to avoid any issues in the future. |
@TarekkMA |
@tpkowastaken Can you open this issue again in https://github.com/invertase/flutterfire_cli |
My bad I haven't tested releasing the app yet. The script crashes even after that change when you try to release it. There is hovewer an issue already created - invertase/flutterfire_cli#314. I'm going to move the conversation there. |
Is there an existing issue for this?
Which plugins are affected?
Crashlytics
Which platforms are affected?
macOS
Description
Whenever you want to build macOS (both for debug and release) with crashlytics in it, it just crashes. This is even after a fresh creation of the project.
Expected result:
FlutterFire: "flutterfire upload-crashlytics-symbols"
build step uploads the symbols to crashlyticsActual result:
FlutterFire: "flutterfire upload-crashlytics-symbols"
build step doesn't find the dSYM files.Reproducing the issue
flutter create --org cz.appelevate coreee
and a new firebase projectcd coreee
Firebase Core version
3.1.0
Flutter Version
Flutter 3.22.2 • channel stable
FlutterFire Cli Version
1.0.0
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
I'm running this on latest macos (14.5 (23F79)) on M3 pro.
There is also no firebase_app_id_file.json in macos directory.
If you check the "For install builds only" it only moves the problem to the upload to playstore build.
Flutter doctor -v:
The text was updated successfully, but these errors were encountered: