microsoft / fastlane-plugin-appcenter

App Center fastlane integration.
MIT License
507 stars 126 forks source link

Exception while uploading dSYM #295

Closed arthurlerke closed 4 months ago

arthurlerke commented 2 years ago

If there is a dSYM found in the script the plugin throws this exception. Seems to be same as: #162 The error:

no implicit conversion of Symbol into Integer (TypeError)
    from [..]/.rbenv/versions/3.0.3/lib/ruby/gems/3.0.0/gems/fastlane-plugin-appcenter-2.0.0/lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb:81:in `run_dsym_upload'

Happens with any plugin version and ruby version I tried. I only found that if I comment out the line values[:dsym_path] = dsym_path in appcenter_upload_action.rb it all works fine and the upload succeeds.

nihp commented 2 years ago

I am assuming the fastlane-plugin-appcenter lane is triggered from the project repo. It not trigered using the UI or any other script to upload.

Is there is any option to share the app to testflight?

DmitriyKirakosyan commented 2 years ago

Hi @arthurlerke , are you still facing this issue? Note, that you can also use upload_build_only: true to avoid uploading dSYM file.

@nihp , Could you elaborate on your question? If you want to upload the app to store, use destination_type: 'store'. Also as it is not related to the original question, please create a separate issue for that.

DmitriyKirakosyan commented 4 months ago

Closing as stale.