Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot delete Target in Xcode 5

Tags:

xcode

ios

I duplicated a target and now I'm trying to delete it. Every time I try right clicking and deleting it, Xcode 5 crashes. I have no idea how to remove it. It's not like it's life-ending or anything, but it is annoying me. Has anyone had this problem? Here's what the log looks like:

'MyApp' has been asked for its build context but it does not belong to a project
like image 663
Crystal Avatar asked Oct 17 '13 04:10

Crystal


1 Answers

Select other/different target project and then delete the duplicated one.

like image 163
morph85 Avatar answered Sep 27 '22 19:09

morph85