You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
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:
runs fine again after "rm -rf xcov_report"
The text was updated successfully, but these errors were encountered: