“编辑活动目标”在哪里?在Xcode 4中

发布于 2024-11-08 21:33:40 字数 274 浏览 0 评论 0原文

我按照 设置说明 将 ASIHTTPRequest 添加到我的项目中 它要求我“编辑活动目标”。现在我使用的是 Xcode 4,我在任何地方都看不到该菜单项。在哪里可以编辑我的活动目标?

在 Xcode 3 中编辑活动目标

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?

Edit Active Target in Xcode 3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

寒江雪… 2024-11-15 21:33:40

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.

挽容 2024-11-15 21:33:40

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.

红尘作伴 2024-11-15 21:33:40

如果其他人(像我一样)正在寻找旧的“编辑活动目标”菜单的位置,或者 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文