MobileNativeFoundation / MobileNativeFoundation/XCLogParser
Xcode13/14 xcactivitylog missing when running test
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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