Hi,
I am running XCTest UI tests within Xcode 8.1 for an Osx Swift app. Since we upgraded to Osx version 10.12, we are getting the below error when trying to launch the app from our UI test.
***
Assertion Failure: :0: UI Testing Failure - Failure attempting to launch : Error Domain=XCTestIDEInterfaceErrorDomain Code=11 "Expired token: no operation still exists for this token." UserInfo={NSLocalizedDescription=Expired token: no operation still exists for this token.}
***
This previously worked for us when using Osx version 10.11. Running the app normally from outside the tests works fine on 10.12. Any help appreciated.
Many thanks.
Joe