I am using XCode7-UItest for testing my application.
I have added few logs in files for my UITestTarget. These test will be executed on device via my build machine's Xcode. I can view these logs on Xcode under "Show report navigator" option but I want to send these logs from build machine to other developers so that they can view those logs.
Is there a way to collect and export these UITest logs through Xcode ? Only way I could find to do this by copy pasting the logs from XCode manually, and that is cumbersome process.