本文介绍了如何“添加现有框架"在 Xcode 4 中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找不到旧的添加现有框架"选项.我该怎么做?

I can't find the good old "Add existing frameworks" option. How do I do this?

我们谈论的是 Xcode 4 DP2(在 iPhone 开发的背景下,就其重要而言......).

We're talking about Xcode 4 DP2 (in the context of iPhone development, as far as it matters...).

推荐答案

根据 Apple 的文档:

  1. 在项目导航器中,选择你的项目.
  2. 选择您的目标.
  3. 选择构建阶段"标签.
  4. 打开将二进制文件与库链接"扩展器.
  5. 点击 按钮.
  6. 选择您的框架.
  7. (可选) 拖放添加的框架添加到框架"组.
  1. In the project navigator, selectyour project.
  2. Select your target.
  3. Select the "Build Phases" tab.
  4. Open "Link Binaries With Libraries"expander.
  5. Click the button.
  6. Select your framework.
  7. (optional) Drag and drop the addedframework to the "Frameworks" group.

这篇关于如何“添加现有框架"在 Xcode 4 中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 05:44