I found that Xcode 7.3 is no longer able to launch unit tests requiring iOS simulator. Xcode 7.2.1 was able to. I am seeing this with GitLab-CI and using a runner on my iMac where I updated to Xcode 7.3 two days ago:
You now get the error message after the unit test build:
Failed to authorize rights (0x1) with status: -60007.
For some reason OS X now requires some user interaction when launching the simulator which is not possible because there is no interaction allowed, the runner runs as daemon. If you google for this message then you find solutions related to the keychain. But in this case no code signing occurs since this is a simulator build.
Anybody know how to work around the issue? Is that an Xcode 7.3 bug?
cheers
Oliver