56

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,

user987342
  • 561
  • 1
  • 4
  • 3

2 Answers2

127

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

enter image description here

Alex Zavatone
  • 4,106
  • 36
  • 54
Jakub
  • 13,712
  • 17
  • 82
  • 139
28

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

enter image description here

enter image description here

Sam B
  • 27,273
  • 15
  • 84
  • 121
  • 3
    I can't believe Xcode interface that we have to even have a page on s/o dedicated to this... thanks for this! – Goblinhack Dec 15 '14 at 21:52