Xcode 7 UI Debugging Recording. No buildable for testable Xcode 7 UI Debugging Recording. No buildable for testable xcode xcode

Xcode 7 UI Debugging Recording. No buildable for testable


My solution was go to project setting. Set target application to None and then back to original app. And it works


Had to change this

  • Here is a picture for the setting that resolved the issue for me.
  • It was set to "None" I chose my target application instead.
  • I had to expand the little sidebar by clicking the button to the right of the selected "wiserIos M" column.


I've had the same problem.My solution was to delete all testing targets and simply recreate them. Afterwards ensure your testcase has the correct target membership. Now it should work.