Xcode 7.3.1 is giving me this error when I try and run my UI tests:
The text is:
Setting up profile generation failed
Xcode could not generate profile information for bundle identifier (com.apple.test.XXXXXXXXUITests-Runner). The profile path was missing. The environment variables were valid.
Has anyone got any idea what might be causing this or how to fix it?
xcode-select --switch /Applications/Xcode-beta.app
on the command line. Try undoing that and see if that gets you anywhere. – Gentoo