Trying to record a UITest gets a crash

Sorry if this thread is in the wrong forum. Couldn't find a suitable one.

I've added a new UITest target, running it in a 9.0 simulator..

The app runs, but when I hit my first button, I get this when I'm trying to record my suite.

[UITextEffectsWindow _adjustPointForHostedDisplay:hasTarget:inset:]: unrecognized selector sent to instance


It turns out that this was occuring because I had "All exceptions" breakpoint on. Got around it by disabling my breakpoint


When I run UITests, we get (and I suspect everyone does) gets the following exception being spat out.

[UIRemoteKeyboardWindow _adjustPointForHostedDisplay:hasTarget:inset:]: unrecognized selector

Trying to record a UITest gets a crash
 
 
Q