Command
xcrun altool --upload-app -f $ipa_path -u $appstore_connect_username -p $appstore_connect_password
If we do it manually using Xcode -> Window -> Organizer then it shows a checkbox (Upload your app's symbols to receive symbolicated reports from Apple) which is checked by default.
Since we have automated ipa uploading to testflight using above command, but dSYM is not uploading in that case. How can we upload dSYM to AppStoreConnect automatically?
Note: My iOS app project doesn't have bitcode enabled.