Closed arthurlerke closed 4 months 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?
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.
Closing as stale.
If there is a dSYM found in the script the plugin throws this exception. Seems to be same as: #162 The error:
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
inappcenter_upload_action.rb
it all works fine and the upload succeeds.