XCLogParser
XCLogParser copied to clipboard
Xcode13/14 xcactivitylog missing when running test
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