Xcode does not make the record button clickable when I place the cursor in the TestExample() function, like it should. I first tried this by adding UI Testing to my existing app...no go. So I tried it from a blank starter app as well with UI Testing enabled right from the start in the project options settings at creation and it still doesn't work. The targets are set properly...
I thought it was an issue with 7.2 beta so I upgraded to 7.2 GM last night and it still doesn't work.
Is there something I should try that would clear some xcode settings that may be corrupt? I want to use fastlane's snapshot! 🙂
Thanks in advance!