bugsnag / bugsnag-dsym-upload

Scripts and Fastlane tasks for uploading dSYM files to BugSnag
https://docs.bugsnag.com/build-integrations/fastlane/
MIT License
36 stars 13 forks source link

`catalyst` is not in supported platform list of `upload_symbols_to_bugsnag` #83

Closed son-nguyen-goodnotes closed 1 month ago

son-nguyen-goodnotes commented 2 months ago

Describe the bug

When running upload_symbols_to_bugsnag for catalyst build, I got this error:

Action 'upload_symbols_to_bugsnag' isn't known to support operating system 'catalyst'.

Upon checking this file, I see that it only support [:ios, :mac, :tvos].

Please add catalyst to this as well.

Thanks

Steps to reproduce

Run upload_symbols_to_bugsnag for catalyst

clr182 commented 2 months ago

Hi @son-nguyen-goodnotes

Thank you for reaching out and raising this issue.

I've added this to our backlog for further investigation. We will be sure to fix this when priorities allow.

mclack commented 1 month ago

Hi @son-nguyen-goodnotes

This has now been fixed in the v2.3.1 release of bugsnag-dsym-upload: https://github.com/bugsnag/bugsnag-dsym-upload/releases/tag/v2.3.1

Thanks again for raising this with us. Please let us know if you continue to have any issues after upgrading to the latest version.