Reputation: 237
Has anyone else experienced this? Our UITests take much longer now to execute than before. Each tap or scroll animation seems to have a long pause in between. Sometimes there will be random test failures because of errors like the one below:
Assertion Failure: <unknown>:0: UI Testing Failure - Failure getting snapshot
Is there some kind of setting that Apple wedged into Xcode 8 that I am perhaps unaware of? Or how can I resolve this?
Upvotes: 2
Views: 1267
Reputation: 2298
Click on Scheme.
That is the 3 element from the top left corner.
Uncheck the "gather coverage data" and "Debug executable"
Press close and run. :)
Hope that helps.
Upvotes: 1