I installed this package as outlined using 'brew install xctesthtmlreport', and executed this command provided '$ xcodebuild test -workspace XCTestHTMLReport.xcworkspace -scheme SampleApp -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' -resultBundlePath TestResults'.
I got the response that 'xcodebuild: error: 'XCTestHTMLReport.xcworkspace' does not exist.'
Then I installed it directly in the project as a swift package. I executed the same command, and got the same error response. What's the solution?
