在 Xcode 中设置活动的可执行文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2332214/
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
Setting the active executable in Xcode
提问by Garry Pettet
I have just updated to Xcode 3.2 Beta 3. Since doing this - the project I am working on only has one option in the drop-down box in the top-left corner for 'Active Executable' that is set for 'iPad Simulator (3.2)'.
我刚刚更新到 Xcode 3.2 Beta 3。自从这样做以来 - 我正在处理的项目在左上角的下拉框中只有一个选项,用于为“iPad Simulator (3.2)”设置的“Active Executable” )'。
I am developing for the iPhone and have no interest in the iPad. How can I get the iPhone to appear as an active executable so I can carry on developing for it?
我正在为 iPhone 开发,对 iPad 不感兴趣。我怎样才能让 iPhone 显示为一个活动的可执行文件,以便我可以继续为它开发?
回答by David Kanarek
Hold down the option key while clicking on the drop down menu.
在单击下拉菜单的同时按住选项键。