Cannot see artifacts after successful build with deploy to bitrise step

Bitrise Build Issue Report template

Description of the issue

Please describe the issue here

I cannot see any build artifacts after successful build. Even I run the deploy to bitrise step at the end of the workflow. I need DSYM files to upload to firebase. Since Apple remove the option to download them on the App Store Connect. I disabled the bitcode and now I need to have the dsym’s from bitrise build artifacts.

Environment:

Where did the issue happen?

Stack: Xcode 14.0.x, on macOS 12.5 (Monterey)

Which build Step causes the issue and which version of the step?

Deploy to Bitrise.io - Apps, Logs, Artifacts v2.1.3

Build log

build

It looks like your deploy path may be empty:

- DeployPath: /Users/vagrant/deploy
...

Deploying the content of the Deploy directory separately

No deployment files were defined. Please check the deploy_path and pipeline_intermediate_files inputs.

Try to either specify the build output path to be $BITRISE_DEPLOY_DIR or configure the Deploy step to deploy from a different directory (it’s the “Deploy directory or file path” option).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.