I've been getting semi random instances of...
Test operation failure: Test session exited(-1) without completing.
_finishWithError:Error Domain=IDEUnitTestsOperationsObserverErrorDomain Code=3 "Test session exited(-1) without completing." UserInfo=0x7fcd0a83c2c0 {NSLocalizedDescription=Test session exited(-1) without completing.} didCancel: 1
Finished syncing device diagnostic logs after 0.0s.
errors on my Xcode CI bots. I haven't got a clue on how to fix this. These has been attempted without any positive result
- Cleaning the
DerivedData
folder of the Xcode build server – all folder namedDerivedData
within/Library/Developer/XcodeServer
- Restarting the server machine
Any ideas how to fix this?
Some environment:
- Xcode 6.3.2
- iOS SDK 8.3
- OS X 10.10.3
- Server 4.0.3