XCode: Can I delete test target?

user1486548 picture user1486548 · Dec 13, 2012 · Viewed 42.5k times · Source

What would happen if I delete the test target for my app? Would this affect my other target? How would I go about properly deleting the target?

Answer

Atul Kaushik picture Atul Kaushik · Dec 13, 2015

Select '.xcodeproj' file from project navigator, then select 'Show project and targets list' icon, select 'target' to delete and then click '-' at bottom

enter image description here