Post not yet marked as solved
Post marked as unsolved with 0 replies, 737 views
I want to get the logs from the debug console after running XCUITests. When running the test within Xcode, the logs are saved in an xcactivitylog archive under deriveddata/Logs/Debug. However when running the test with xcodebuild, I do not see the logs there. Where can I find the logs with xcodebuild?