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...).


As per Apple's documentation:

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

  • I just added the existing framework folder manually into the project navigator. Worked for me.


    我想指出的是,如果在构建阶段选项卡中找不到“与库链接二进制文件”,请单击右下角的“添加构建阶段”按钮。

    链接地址: http://www.djcxy.com/p/22956.html

    上一篇: 为什么谷歌没有使用无头浏览器抓取客户端内容?

    下一篇: 如何在Xcode 4中“添加现有的框架”?