user987342
user987342

Reputation: 661

xcode 5 how to delete target

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,

Upvotes: 56

Views: 16094

Answers (2)

Sam B
Sam B

Reputation: 27598

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

enter image description here

enter image description here

Upvotes: 28

Jakub
Jakub

Reputation: 13860

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

enter image description here

Upvotes: 127

Related Questions