Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The process '/usr/bin/xcrun' failed with exit code 1 #438

Open
paulz opened this issue Sep 10, 2022 · 3 comments
Open

Error: The process '/usr/bin/xcrun' failed with exit code 1 #438

paulz opened this issue Sep 10, 2022 · 3 comments

Comments

@paulz
Copy link

paulz commented Sep 10, 2022

Thank you for the awesome action!

when using show-passed-tests: false

we are getting the error:

Error: The process '/usr/bin/xcrun' failed with exit code 1

in step:

      - name: xcresulttool
        uses: kishikawakatsumi/[email protected]
        if: always()
        with:
          show-passed-tests: false
          show-code-coverage: true
          upload-bundles: false
          path: |
            test-results/consumer-all-tests.xcresult
            test-results/trainer-all-tests.xcresult

when using show-passed-tests: true it works but output is truncated

@paulz
Copy link
Author

paulz commented Sep 10, 2022

is there a way to debug this?

@lfoster0
Copy link

lfoster0 commented Feb 7, 2023

I also started seeing this issue when I added a second xcresult to the path.

Same as above I have show-passed-tests: false

@idanbuberman
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants