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 occured while exporting xccovreport from xcresult" when "xcov_report" folder already exists #222

Open
clemens-unterkofler opened this issue Jan 15, 2024 · 1 comment

Comments

@clemens-unterkofler
Copy link

xcov 1.8.1
XCode 15.0

misleading error message:
Make sure you have both Xcode 11 selected and pointing to the correct xcresult file

top of stack trace:

~/.gem/ruby/3.2.0/gems/fastlane-2.219.0/fastlane_core/lib/fastlane_core/ui/interface.rb:129:in `crash!': [!] Failed to export xccovreport from xcresult' (FastlaneCore::Interface::FastlaneCrash)
from ~/.gem/ruby/3.2.0/gems/fastlane-2.219.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'

runs fine again after "rm -rf xcov_report"

@MagFer
Copy link

MagFer commented Jan 31, 2024

I can see the same error when I run the command bundle exec xcov -w {app}.xcworkspace -s {scheme} -o xcov_output form an M1 machine. Nevertheless, this issue doesn't happen in my MacBook with Intel i9.

Is anyone else having issues with running xcov in Macs using ARM processors? We do use M2 machines in the CI, and going back to Intel at this point isn't an option.

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

2 participants