XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

Xcode13/14 xcactivitylog missing when running test

Open OliverKoo opened this issue 3 years ago • 0 comments

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

OliverKoo avatar Aug 30 '22 15:08 OliverKoo