“编辑活动目标”在哪里?在Xcode 4中
我按照 设置说明 将 ASIHTTPRequest 添加到我的项目中 它要求我“编辑活动目标”。现在我使用的是 Xcode 4,我在任何地方都看不到该菜单项。在哪里可以编辑我的活动目标?
I was following setup instructions to add ASIHTTPRequest to my project
and it asks me to "Edit Active Target". Now that I'm using Xcode 4, I don't see that menu item anywhere. Where can I edit my active target?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
XCode 4 中没有设置活动目标。
相反,您可以在屏幕左上角“停止”按钮右侧选择它。
您可以选择在下拉列表中设置的任何目标(带有设备)。
There's no set active target in XCode 4.
Instead you can select it at left top of the screen at the right of "stop" button.
You can select any target(with devices) you set in the drop down list.
XCode 发生了一些变化 - 您提到的步骤要求您将应用程序链接到某些框架。要在 XCode 4 中执行此操作,
项目 (Apple-1) >目标>构建阶段>将二进制文件与库链接
最后一个窗格有一个 + 按钮,将弹出一个与链接中的对话框几乎相同的对话框。
XCode has changed a bit - the step you mention requires you to link your app against some frameworks. To do that in XCode 4,
Project (Apple-1) > Target > Build Phases > Link Binary With Libraries
That last pane has a + button that will bring up a dialog box almost identical to the one in your link.
如果其他人(像我一样)正在寻找旧的“编辑活动目标”菜单的位置,或者 Rythmic Fistman 在他的答案中提到的“项目”选项,请按以下方法找到它:
在工具栏中:
查看->导航器 ->项目
然后双击您的项目。
然后您会看到一个窗口,您可以在其中更改所有设置,就像 XCode3 中的“编辑活动目标”一样。
If anyone else (like me) was looking where the old 'Edit Active Target' menu went, or where the 'Project' option is that Rythmic Fistman mentions in his answer, here's how to find it:
In the toolbar:
View -> Navigators -> Project
Then double-click on your project.
You then get a window where you can change all the settings, just like with 'Edit Active Target' in XCode3.