Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
350 views
in Technique[技术] by (71.8m points)

xcode - 如何在Xcode 4中“添加现有框架”?(How to “add existing frameworks” in Xcode 4?)

I can't find the good old "Add existing frameworks" option.

(我找不到旧的“添加现有框架”选项。)

How do I do this?

(我该怎么做呢?)

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

(我们正在谈论Xcode 4 DP2(就iPhone开发而言,就此而言……)。)

  ask by Ariel Malka translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

As per Apple's documentation:

(根据Apple的文档:)

  1. In the project navigator, select your 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 added framework to the " Frameworks " group.

    ((可选)将添加的框架拖放到“ Frameworks ”组中。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...