Replies: 3 comments 4 replies
-
Hi @eukevin, Let me have a look, I will get back to you. |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
-
@eukevin did you resolve this? Do you really have to do upload the dSYM via your own script, and what did you need to do with Android? Thank you. There are no docs on this - and if I get it working, I'll try and contribute some. Also, when installing Crashlytics it also installs a build phase for Xcode to upload symbols - wouldn't that run, even if on CodeMagic? |
Beta Was this translation helpful? Give feedback.
-
We are attempting to build android and iOS flutter apps with code obfuscation via yaml file:
and publishing to Firebase. Unfortunately our stack traces in crashlytics remain obfuscated. The following has been added to
build.gradle
:and the following script has been added to codemagic.yaml to explicitly upload dSYM files to iOS (although I suspect this is unrelated):
Is there some configuration piece missing? The documentation seems to suggest that the de-obfuscation should happen automatically.
Beta Was this translation helpful? Give feedback.
All reactions