MobileNativeFoundation / MobileNativeFoundation/XCLogParser

Xcode13/14 xcactivitylog missing when running test

Open
#174 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
1.9k
Forks
138
PR merge metrics
No merged PRs in 30d

Description

Regardless ran test via Xcode or via xcodebuild

xcodebuild -verbose test -workspace MyApp.xcworkspace \
          -scheme MyAppDevelopment \
          -destination "platform=iOS Simulator,name=iPhone 13,OS=15.4" \
          -enableCodeCoverage YES \
          -resultBundlePath /Users/okoo/Code/ios2/testlog.xcresult \
          -only-testing MyAppTests | xcbeautify

Contradicting to the doc I don't seem to able to find xcactivitylog in DerivedData /Users/okoo/Library/Developer/Xcode/DerivedData/MyAPp-bgthhfzgvbcbapcewzmbvfdjouta/Logs/Test nor at /Users/okoo/Code/ios2/testlog.xcresult.

this is what i see

Screen Shot 2022-08-30 at 9 03 24 AM

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the report with the provided xcodebuild command, workspace, scheme, simulator destination, and result bundle path. Inspect the referenced DerivedData Logs/Test directory and testlog.xcresult to determine whether an xcactivitylog is produced; done means the missing log behavior and expected location are documented or fixed.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.