xcode 5 how to delete target

IosXcode

Ios Problem Overview


In xcode 5, there is no option for creating unittest project while creating project. I want to delete the unitest target after the project is created.

There is no target list I can right click, I can chose target to edit but not able to delete. I know it should be really basic and really simple. But I google it and play around for almost half day, still confused.

Can anyone help?

Thanks,

Ios Solutions


Solution 1 - Ios

You probably just hid this menu with the arrow in it:

enter image description here

Solution 2 - Ios

In Xcode 6 its different as to how to delete the target. See these pics.

enter image description here

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser987342View Question on Stackoverflow
Solution 1 - IosJakubView Answer on Stackoverflow
Solution 2 - IosSam BView Answer on Stackoverflow