ioscocoa-touchxcode5

How to remove target for unit tests in Xcode5?


I'v just upgraded to Xcode5, and my unit tests with OCUnit (SenTestingKit.framework) stopped to work. I'v tried various solutions but none of them helped, so I'v decided to remove the target for tests and add a new target "Cocoa Unit Testing Bundle" with XCTest. I know I could ask Xcode to convert existing one, but I would like to make a clean remove and add a fresh one. However, I can't find how to remove the target. Any ideas, where the button is hidden :) ?


Solution

  • Have you tried turning it off and on again? :)

    Just right-click (command-click) the target:

    enter image description here

    Or select the target and hit the Delete (Del) key.