本文介绍了如何“添加现有框架"在 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...).
推荐答案
- 在项目导航器中,选择你的项目.
- 选择您的目标.
- 选择构建阶段"标签.
- 打开将二进制文件与库链接"扩展器.
- 点击 按钮.
- 选择您的框架.
- (可选) 拖放添加的框架添加到框架"组.
- In the project navigator, selectyour project.
- Select your target.
- Select the "Build Phases" tab.
- Open "Link Binaries With Libraries"expander.
- Click the button.
- Select your framework.
- (optional) Drag and drop the addedframework to the "Frameworks" group.
这篇关于如何“添加现有框架"在 Xcode 4 中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!