Remove unit testing from Xcode project?

后端 未结 2 1749
花落未央
花落未央 2020-12-24 11:09

When I created my iOS project in Xcode 5 I clicked the option to add testing to the project. Is it possible to remove all that testing stuff, just as though I hadn\'t click

2条回答
  •  遥遥无期
    2020-12-24 11:26

    I suggest to make test in your project.

    But in any case, you might to leave there the target.

    Otherwise, if you want delete at any cost, you have just to click on your project settings and click on this icon:

    enter image description here

    You will see your targets and you will can delete the test target. At this point you might want delete the test classes too: on the folder hierarchy, select these and just press backspace, confirming the deletion.

提交回复
热议问题