Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - How to delete target in Xcode 6.1?

Tags:

xcode6

I cannot find the little box that used to exist in Xcode 5 that would allow me to play/delete targets.

Anyone know how to do this in Xcode 6.1?

like image 979
ICL1901 Avatar asked Oct 12 '14 10:10

ICL1901


People also ask

How do I delete a target in Xcode?

Simply right-click on the target and click on Delete. Thanks.

How do I cancel my target membership?

If you want to change or cancel your subscription, you can do so at any time by logging into your My Account on Target.com, selecting Subscriptions and then selecting the subscription you want to change or cancel. Your subscription will remain in effect until it is canceled.

Where is target in Xcode?

Add a New Target to Your Project You can also add new apps, system extensions, test suites, and other types of targets to your project. To add a new target: Choose File > New > Target.


1 Answers

Just click on the .xcodeproj project file, there you still have the minus signs below the targets and can also right click > Delete

enter image description here

like image 113
Gerard Avatar answered Oct 24 '22 19:10

Gerard