xcode 5 如何删除目标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19315283/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
xcode 5 how to delete target
提问by user987342
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.
在 xcode 5 中,创建项目时没有创建 unittest 项目的选项。我想在项目创建后删除 unitest 目标。
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,
谢谢,
回答by Jakub
You probably just hid this menu with the arrow in it:
您可能只是隐藏了带有箭头的菜单:
回答by Sam B
In Xcode 6 its different as to how to delete the target. See these pics.
在 Xcode 6 中,它与如何删除目标不同。看看这些照片。