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

Could not Open .xcresult file in the Finder #3

Open
Shashikant86 opened this issue Apr 3, 2019 · 1 comment
Open

Could not Open .xcresult file in the Finder #3

Shashikant86 opened this issue Apr 3, 2019 · 1 comment

Comments

@Shashikant86
Copy link
Collaborator

With Xcode 10.2, code coverage file generated by xccov can not be opened in the finder. We can generate xcresult file by enabling the code coverage for this project

$ $ xcodebuild -project XCCov-Demo.xcodeproj/ -scheme XCCov-Demo -derivedDataPath Build/ -destination 'platform=iOS Simulator,OS=12.2,name=iPhone Xʀ' -enableCodeCoverage YES clean build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO`

Now if we navigate the derived data in the build

 $ cd Build/Logs/Test/ 
 $ open .

Click on the `xcresultz directory. You will see following

xcresult

@N02870941
Copy link

Same problem

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