Lack of clarity regarding Crashlytics deobfuscation with Flutter #11397
Unanswered
roblframpton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am really struggling to follow the status of Crashlytics deobfuscation with Flutter.
firebase crashlytics:symbols:upload
command to upload my debug symbols. Confusingly, this page also says thatsplit-debug-symbols
is not supported for iOS, although comments on GitHub state that this is outdated information.symbols:upload
command from the other page so it's unclear if they do the same thing or not.In my particular case I am trying to use both commands, but on iOS the
upload:symbols
command gives me same error as this issue, although that was closed in favour of another issue concerning the obfuscation of Dart code, never mentioning the error. But from the discussion on GitHub, I'm not even clear about whether I'm supposed to use this command at all.So, I would really appreciate it if someone could provide an answer to the following questions:
symbols:upload
command?symbols:upload
command to succeed without an error for iOS symbols, or not?Beta Was this translation helpful? Give feedback.
All reactions